Html Css Color HEX #AC9F52 Husk

📋 copy color: '#AC9F52'

red 172 ◦ green 159 ◦ blue 82

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

Shades of Husk #AC9F52

Tints of Husk #AC9F52

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.5%

 BLUE value IS 82 (32.42% from 255) = 19.85%

R = 41.65%
G = 38.5%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AC9F52 (or 0xAC9F52) is known color: Husk. HEX triplet: AC, 9F and 52. RGB value is (172,159,82). Sum of RGB (Red+Green+Blue) = 172+159+82=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9F52 is #5360AD. Grayscale: #9A9A9A. Windows color (decimal): -5464238 or 5414828. OLE color: 5414828.

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

Color convert

RGB 172 159 82 -
CMYK 0 0.08 0.52 0.33
HSL 51.33º 0.35% 0.5% -
HSV(B) 51.33º 0.52% 0.67% -
XYZ 30.93 34.18 12.95 -
YUV 154.11 87.31 140.76 -
System Red Green Blue C M Y K H S L
Decimal 172 159 82 0 0.08 0.52 0.33 51.33 0.35 0.5
Hex AC 9F 52 0 8 34 21 33 23 32
Octal 254 237 122 0 10 64 41 63 43 62
Binary 10101100 10011111 1010010 0 1000 110100 100001 110011 100011 110010

Color Harmonies of #AC9F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9F52

Black with #AC9F52

Text Example


Text Example

White with #AC9F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9F52; }

 p { color: rgb(172,159,82); }

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

background-color css

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

 a { background-color: rgb(172,159,82); }

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

border-color css

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

 span { border-color: rgb(172,159,82); }

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