Color Hex Logo

#afa377 Color Hex

#AFA377
(175,163,119)
0 Favorites   0 Comments

Color spaces of #afa377

RGB 175163119
HSL0.130.260.58
HSV47°32°69°
CMYK 0.000.070.32   0.31
XYZ34.106236.640322.7275
Yxy36.64030.36490.3920
Hunter Lab60.5312-5.354220.1104
CIE-Lab67.0063-2.480524.4754

#afa377 color RGB value is (175,163,119).

#afa377 hex color red value is 175, green value is 163 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #afa377 hue: 0.13 , saturation: 0.26 and the lightness value of afa377 is 0.58.

The process color (four color CMYK) of #afa377 color hex is 0.00, 0.07, 0.32, 0.31. Web safe color of #afa377 is #999966. Color #afa377 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100011 01110111
Octal 257 243 167
Decimal 175 163 119
Hex AF A3 77

RGB Percentages of Color #afa377

%38.29
%35.67
%26.04

CMYK Percentages of Color #afa377

%0
%7
%32
%31

Triadic Colors of #afa377

#afa377 #77afa3 #a377af

Analogous Colors of #afa377

#afa377 #9faf77 #af8777

Monochromatic Colors of #afa377

#afa377

Complementary Color

#afa377 #7783af

#afa377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa377 Color CSS Codes

.mybgcolor {background-color:#afa377; } 
.myforecolor {color:#afa377; }
.mybordercolor {border:3px solid #afa377; }

#afa377 Text Font Color

<p style="color:#afa377">Text here</p>

This sample text font color is #afa377
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#afa377 Background Color

<div style="background-color:#afa377">
Div content here</div>

This div background color is #afa377


#afa377 Border Color

<div style="border:3px solid #afa377">
Div here</div>

This div border color is #afa377


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,163,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #afa377; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #afa377;
  -webkit-box-shadow: 1px 1px 3px 2px #afa377;
  box-shadow:         1px 1px 3px 2px #afa377; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,163,119, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #afa377">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #afa377;
  -webkit-box-shadow: 1px 1px 3px 2px #afa377;
  box-shadow:         1px 1px 3px 2px #afa377;">
Div content here</div>

This div box has shadow with color #afa377


Comments

No comments written yet.

Please login to write comment.