Html Css Color HEX #AF9F55 Husk

📋 copy color: '#AF9F55'

red 175 ◦ green 159 ◦ blue 85

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

Shades of Husk #AF9F55

Tints of Husk #AF9F55

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.95%

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

R = 41.77%
G = 37.95%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF9F55 (or 0xAF9F55) is known color: Husk. HEX triplet: AF, 9F and 55. RGB value is (175,159,85). Sum of RGB (Red+Green+Blue) = 175+159+85=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 85 (33.59% from 255 or 20.29% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9F55 is #5060AA. Grayscale: #9B9B9B. Windows color (decimal): -5267627 or 5611439. OLE color: 5611439.

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

Color convert

RGB 175 159 85 -
CMYK 0 0.09 0.51 0.31
HSL 49.33º 0.36% 0.51% -
HSV(B) 49.33º 0.51% 0.69% -
XYZ 31.72 34.57 13.59 -
YUV 155.35 88.3 142.02 -
System Red Green Blue C M Y K H S L
Decimal 175 159 85 0 0.09 0.51 0.31 49.33 0.36 0.51
Hex AF 9F 55 0 9 33 1F 31 24 33
Octal 257 237 125 0 11 63 37 61 44 63
Binary 10101111 10011111 1010101 0 1001 110011 11111 110001 100100 110011

Color Harmonies of #AF9F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9F55

Black with #AF9F55

Text Example


Text Example

White with #AF9F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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