Html Css Color HEX #AFA155 Husk

📋 copy color: '#AFA155'

red 175 ◦ green 161 ◦ blue 85

#AFA155
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Husk #AFA155

Tints of Husk #AFA155

RGB

 RED value IS 175 (68.75% from 255) = 41.57%

 GREEN value IS 161 (63.28% from 255) = 38.24%

 BLUE value IS 85 (33.59% from 255) = 20.19%

R = 41.57%
G = 38.24%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AFA155 (or 0xAFA155) is known color: Husk. HEX triplet: AF, A1 and 55. RGB value is (175,161,85). Sum of RGB (Red+Green+Blue) = 175+161+85=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA155 is #505EAA. Grayscale: #9C9C9C. Windows color (decimal): -5267115 or 5611951. OLE color: 5611951.

HSL color Cylindrical-coordinate representation of color #AFA155: hue angle of 50.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFA155 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 161 85 -
CMYK 0 0.08 0.51 0.31
HSL 50.67º 0.36% 0.51% -
HSV(B) 50.67º 0.51% 0.69% -
XYZ 32.06 35.26 13.71 -
YUV 156.52 87.64 141.18 -
System Red Green Blue C M Y K H S L
Decimal 175 161 85 0 0.08 0.51 0.31 50.67 0.36 0.51
Hex AF A1 55 0 8 33 1F 33 24 33
Octal 257 241 125 0 10 63 37 63 44 63
Binary 10101111 10100001 1010101 0 1000 110011 11111 110011 100100 110011

Color Harmonies of #AFA155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA155

Black with #AFA155

Text Example


Text Example

White with #AFA155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA155; }

 p { color: rgb(175,161,85); }

 H1.HeaderClassName
 {
   color: #AFA155;
 }
 .AnyTagClassName
 {
   color: #AFA155;
 }
</style>

background-color css

<style>
 a { background-color: #AFA155; }

 a { background-color: rgb(175,161,85); }

 div.DivClassName
 {
   background-color: #AFA155;
 }
 .BgClassName
 {
   background-color: #AFA155;
 }
</style>

border-color css

<style>
 span { border-color: #AFA155; }

 span { border-color: rgb(175,161,85); }

 td.TdClassName
 {
   border-color: #AFA155;
 }
 .TagClassName
 {
   border-color: #AFA155;
 }
</style>