Color Hex Logo

#afa755 Color Hex

#AFA755
(175,167,85)
0 Favorites   0 Comments

Color spaces of #afa755

RGB 17516785
HSL0.150.360.51
HSV55°51°69°
CMYK 0.000.050.51   0.31
XYZ33.137637.407314.0681
Yxy37.40730.39160.4421
Hunter Lab61.1615-10.320529.1754
CIE-Lab67.5815-8.355642.9973

#afa755 color RGB value is (175,167,85).

#afa755 hex color red value is 175, green value is 167 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #afa755 hue: 0.15 , saturation: 0.36 and the lightness value of afa755 is 0.51.

The process color (four color CMYK) of #afa755 color hex is 0.00, 0.05, 0.51, 0.31. Web safe color of #afa755 is #999966. Color #afa755 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100111 01010101
Octal 257 247 125
Decimal 175 167 85
Hex AF A7 55

RGB Percentages of Color #afa755

%40.98
%39.11
%19.91

CMYK Percentages of Color #afa755

%0
%5
%51
%31

Triadic Colors of #afa755

#afa755 #55afa7 #a755af

Analogous Colors of #afa755

#afa755 #8aaf55 #af7a55

Monochromatic Colors of #afa755

#afa755

Complementary Color

#afa755 #555daf

#afa755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa755 Color CSS Codes

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

#afa755 Text Font Color

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

This sample text font color is #afa755
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.


#afa755 Background Color

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

This div background color is #afa755


#afa755 Border Color

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

This div border color is #afa755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa755


Comments

No comments written yet.

Please login to write comment.