Html Css Color HEX #AC9D51 Husk

📋 copy color: '#AC9D51'

red 172 ◦ green 157 ◦ blue 81

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

Shades of Husk #AC9D51

Tints of Husk #AC9D51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.76%

R = 41.95%
G = 38.29%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC9D51 (or 0xAC9D51) is known color: Husk. HEX triplet: AC, 9D and 51. RGB value is (172,157,81). Sum of RGB (Red+Green+Blue) = 172+157+81=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 81 (32.03% from 255 or 19.76% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9D51 is #5362AE. Grayscale: #999999. Windows color (decimal): -5464751 or 5348780. OLE color: 5348780.

HSL color Cylindrical-coordinate representation of color #AC9D51: hue angle of 50.11º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC9D51 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 157 81 -
CMYK 0 0.09 0.53 0.33
HSL 50.11º 0.36% 0.5% -
HSV(B) 50.11º 0.53% 0.67% -
XYZ 30.56 33.48 12.64 -
YUV 152.82 87.47 141.68 -
System Red Green Blue C M Y K H S L
Decimal 172 157 81 0 0.09 0.53 0.33 50.11 0.36 0.5
Hex AC 9D 51 0 9 35 21 32 24 32
Octal 254 235 121 0 11 65 41 62 44 62
Binary 10101100 10011101 1010001 0 1001 110101 100001 110010 100100 110010

Color Harmonies of #AC9D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9D51

Black with #AC9D51

Text Example


Text Example

White with #AC9D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9D51; }

 p { color: rgb(172,157,81); }

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

background-color css

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

 a { background-color: rgb(172,157,81); }

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

border-color css

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

 span { border-color: rgb(172,157,81); }

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