Html Css Color HEX #AC9859 Husk

📋 copy color: '#AC9859'

red 172 ◦ green 152 ◦ blue 89

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

Shades of Husk #AC9859

Tints of Husk #AC9859

RGB

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

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

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

R = 41.65%
G = 36.8%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC9859 (or 0xAC9859) is known color: Husk. HEX triplet: AC, 98 and 59. RGB value is (172,152,89). Sum of RGB (Red+Green+Blue) = 172+152+89=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 89 (35.16% from 255 or 21.55% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9859 is #5367A6. Grayscale: #979797. Windows color (decimal): -5466023 or 5871788. OLE color: 5871788.

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

Color convert

RGB 172 152 89 -
CMYK 0 0.12 0.48 0.33
HSL 45.54º 0.33% 0.51% -
HSV(B) 45.54º 0.48% 0.67% -
XYZ 30.04 31.95 14.03 -
YUV 150.8 93.13 143.12 -
System Red Green Blue C M Y K H S L
Decimal 172 152 89 0 0.12 0.48 0.33 45.54 0.33 0.51
Hex AC 98 59 0 C 30 21 2E 21 33
Octal 254 230 131 0 14 60 41 56 41 63
Binary 10101100 10011000 1011001 0 1100 110000 100001 101110 100001 110011

Color Harmonies of #AC9859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9859

Black with #AC9859

Text Example


Text Example

White with #AC9859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9859; }

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

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

background-color css

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

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

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

border-color css

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

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

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