Html Css Color HEX #AF9D55 Husk

📋 copy color: '#AF9D55'

red 175 ◦ green 157 ◦ blue 85

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

Shades of Husk #AF9D55

Tints of Husk #AF9D55

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.65%

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

R = 41.97%
G = 37.65%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF9D55 (or 0xAF9D55) is known color: Husk. HEX triplet: AF, 9D and 55. RGB value is (175,157,85). Sum of RGB (Red+Green+Blue) = 175+157+85=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 85 (33.59% from 255 or 20.38% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9D55 is #5062AA. Grayscale: #9A9A9A. Windows color (decimal): -5268139 or 5610927. OLE color: 5610927.

HSL color Cylindrical-coordinate representation of color #AF9D55: hue angle of 48º 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 #AF9D55 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 157 85 -
CMYK 0 0.10 0.51 0.31
HSL 48º 0.36% 0.51% -
HSV(B) 48º 0.51% 0.69% -
XYZ 31.38 33.88 13.48 -
YUV 154.17 88.96 142.85 -
System Red Green Blue C M Y K H S L
Decimal 175 157 85 0 0.10 0.51 0.31 48 0.36 0.51
Hex AF 9D 55 0 A 33 1F 30 24 33
Octal 257 235 125 0 12 63 37 60 44 63
Binary 10101111 10011101 1010101 0 1010 110011 11111 110000 100100 110011

Color Harmonies of #AF9D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9D55

Black with #AF9D55

Text Example


Text Example

White with #AF9D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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