Html Css Color HEX #AC9E59 Husk

📋 copy color: '#AC9E59'

red 172 ◦ green 158 ◦ blue 89

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

Shades of Husk #AC9E59

Tints of Husk #AC9E59

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.71%

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

R = 41.05%
G = 37.71%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC9E59 (or 0xAC9E59) is known color: Husk. HEX triplet: AC, 9E and 59. RGB value is (172,158,89). Sum of RGB (Red+Green+Blue) = 172+158+89=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 158 (62.11% from 255 or 37.71% from 419); Blue value is 89 (35.16% from 255 or 21.24% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9E59 is #5361A6. Grayscale: #9A9A9A. Windows color (decimal): -5464487 or 5873324. OLE color: 5873324.

HSL color Cylindrical-coordinate representation of color #AC9E59: hue angle of 49.88º 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 #AC9E59 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 158 89 -
CMYK 0 0.08 0.48 0.33
HSL 49.88º 0.33% 0.51% -
HSV(B) 49.88º 0.48% 0.67% -
XYZ 31.04 33.95 14.37 -
YUV 154.32 91.14 140.61 -
System Red Green Blue C M Y K H S L
Decimal 172 158 89 0 0.08 0.48 0.33 49.88 0.33 0.51
Hex AC 9E 59 0 8 30 21 32 21 33
Octal 254 236 131 0 10 60 41 62 41 63
Binary 10101100 10011110 1011001 0 1000 110000 100001 110010 100001 110011

Color Harmonies of #AC9E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9E59

Black with #AC9E59

Text Example


Text Example

White with #AC9E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9E59; }

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

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

background-color css

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

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

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

border-color css

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

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

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