Html Css Color HEX #AC9959 Husk

📋 copy color: '#AC9959'

red 172 ◦ green 153 ◦ blue 89

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

Shades of Husk #AC9959

Tints of Husk #AC9959

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.96%

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

R = 41.55%
G = 36.96%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC9959 (or 0xAC9959) is known color: Husk. HEX triplet: AC, 99 and 59. RGB value is (172,153,89). Sum of RGB (Red+Green+Blue) = 172+153+89=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 89 (35.16% from 255 or 21.50% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9959 is #5366A6. Grayscale: #979797. Windows color (decimal): -5465767 or 5872044. OLE color: 5872044.

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

Color convert

RGB 172 153 89 -
CMYK 0 0.11 0.48 0.33
HSL 46.27º 0.33% 0.51% -
HSV(B) 46.27º 0.48% 0.67% -
XYZ 30.21 32.27 14.09 -
YUV 151.39 92.79 142.7 -
System Red Green Blue C M Y K H S L
Decimal 172 153 89 0 0.11 0.48 0.33 46.27 0.33 0.51
Hex AC 99 59 0 B 30 21 2E 21 33
Octal 254 231 131 0 13 60 41 56 41 63
Binary 10101100 10011001 1011001 0 1011 110000 100001 101110 100001 110011

Color Harmonies of #AC9959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9959

Black with #AC9959

Text Example


Text Example

White with #AC9959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9959; }

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

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

background-color css

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

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

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

border-color css

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

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

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