Html Css Color HEX #AF9857 Husk

📋 copy color: '#AF9857'

red 175 ◦ green 152 ◦ blue 87

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

Shades of Husk #AF9857

Tints of Husk #AF9857

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.71%

 BLUE value IS 87 (34.38% from 255) = 21.01%

R = 42.27%
G = 36.71%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF9857 (or 0xAF9857) is known color: Husk. HEX triplet: AF, 98 and 57. RGB value is (175,152,87). Sum of RGB (Red+Green+Blue) = 175+152+87=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 87 (34.38% from 255 or 21.01% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9857 is #5067A8. Grayscale: #979797. Windows color (decimal): -5269417 or 5740719. OLE color: 5740719.

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

Color convert

RGB 175 152 87 -
CMYK 0 0.13 0.50 0.31
HSL 44.32º 0.35% 0.51% -
HSV(B) 44.32º 0.5% 0.69% -
XYZ 30.63 32.26 13.63 -
YUV 151.47 91.62 144.79 -
System Red Green Blue C M Y K H S L
Decimal 175 152 87 0 0.13 0.50 0.31 44.32 0.35 0.51
Hex AF 98 57 0 D 32 1F 2C 23 33
Octal 257 230 127 0 15 62 37 54 43 63
Binary 10101111 10011000 1010111 0 1101 110010 11111 101100 100011 110011

Color Harmonies of #AF9857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9857

Black with #AF9857

Text Example


Text Example

White with #AF9857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9857; }

 p { color: rgb(175,152,87); }

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

background-color css

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

 a { background-color: rgb(175,152,87); }

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

border-color css

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

 span { border-color: rgb(175,152,87); }

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