Html Css Color HEX #AC9D59 Husk

📋 copy color: '#AC9D59'

red 172 ◦ green 157 ◦ blue 89

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

Shades of Husk #AC9D59

Tints of Husk #AC9D59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 21.29%

R = 41.15%
G = 37.56%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC9D59 (or 0xAC9D59) is known color: Husk. HEX triplet: AC, 9D and 59. RGB value is (172,157,89). Sum of RGB (Red+Green+Blue) = 172+157+89=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 89 (35.16% from 255 or 21.29% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9D59 is #5362A6. Grayscale: #9A9A9A. Windows color (decimal): -5464743 or 5873068. OLE color: 5873068.

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

Color convert

RGB 172 157 89 -
CMYK 0 0.09 0.48 0.33
HSL 49.16º 0.33% 0.51% -
HSV(B) 49.16º 0.48% 0.67% -
XYZ 30.87 33.61 14.31 -
YUV 153.73 91.47 141.03 -
System Red Green Blue C M Y K H S L
Decimal 172 157 89 0 0.09 0.48 0.33 49.16 0.33 0.51
Hex AC 9D 59 0 9 30 21 31 21 33
Octal 254 235 131 0 11 60 41 61 41 63
Binary 10101100 10011101 1011001 0 1001 110000 100001 110001 100001 110011

Color Harmonies of #AC9D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9D59

Black with #AC9D59

Text Example


Text Example

White with #AC9D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9D59; }

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

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

background-color css

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

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

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

border-color css

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

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

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