Html Css Color HEX #AC9F57 Husk

📋 copy color: '#AC9F57'

red 172 ◦ green 159 ◦ blue 87

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

Shades of Husk #AC9F57

Tints of Husk #AC9F57

RGB

 RED value IS 172 (67.58% from 255) = 41.15%

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

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

R = 41.15%
G = 38.04%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC9F57 (or 0xAC9F57) is known color: Husk. HEX triplet: AC, 9F and 57. RGB value is (172,159,87). Sum of RGB (Red+Green+Blue) = 172+159+87=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 87 (34.38% from 255 or 20.81% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9F57 is #5360A8. Grayscale: #9A9A9A. Windows color (decimal): -5464233 or 5742508. OLE color: 5742508.

HSL color Cylindrical-coordinate representation of color #AC9F57: hue angle of 50.82º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC9F57 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 159 87 -
CMYK 0 0.08 0.49 0.33
HSL 50.82º 0.34% 0.51% -
HSV(B) 50.82º 0.49% 0.67% -
XYZ 31.13 34.26 13.99 -
YUV 154.68 89.81 140.35 -
System Red Green Blue C M Y K H S L
Decimal 172 159 87 0 0.08 0.49 0.33 50.82 0.34 0.51
Hex AC 9F 57 0 8 31 21 33 22 33
Octal 254 237 127 0 10 61 41 63 42 63
Binary 10101100 10011111 1010111 0 1000 110001 100001 110011 100010 110011

Color Harmonies of #AC9F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9F57

Black with #AC9F57

Text Example


Text Example

White with #AC9F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9F57; }

 p { color: rgb(172,159,87); }

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

background-color css

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

 a { background-color: rgb(172,159,87); }

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

border-color css

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

 span { border-color: rgb(172,159,87); }

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