Html Css Color HEX #AC9955 Husk

📋 copy color: '#AC9955'

red 172 ◦ green 153 ◦ blue 85

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

Shades of Husk #AC9955

Tints of Husk #AC9955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.73%

R = 41.95%
G = 37.32%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AC9955 (or 0xAC9955) is known color: Husk. HEX triplet: AC, 99 and 55. RGB value is (172,153,85). Sum of RGB (Red+Green+Blue) = 172+153+85=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9955 is #5366AA. Grayscale: #979797. Windows color (decimal): -5465771 or 5609900. OLE color: 5609900.

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

Color convert

RGB 172 153 85 -
CMYK 0 0.11 0.51 0.33
HSL 46.9º 0.34% 0.5% -
HSV(B) 46.9º 0.51% 0.67% -
XYZ 30.04 32.21 13.23 -
YUV 150.93 90.79 143.03 -
System Red Green Blue C M Y K H S L
Decimal 172 153 85 0 0.11 0.51 0.33 46.9 0.34 0.5
Hex AC 99 55 0 B 33 21 2F 22 32
Octal 254 231 125 0 13 63 41 57 42 62
Binary 10101100 10011001 1010101 0 1011 110011 100001 101111 100010 110010

Color Harmonies of #AC9955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9955

Black with #AC9955

Text Example


Text Example

White with #AC9955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9955; }

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

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

background-color css

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

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

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

border-color css

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

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

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