Html Css Color HEX #AC9852 Husk

📋 copy color: '#AC9852'

red 172 ◦ green 152 ◦ blue 82

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

Shades of Husk #AC9852

Tints of Husk #AC9852

RGB

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

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

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

R = 42.36%
G = 37.44%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AC9852 (or 0xAC9852) is known color: Husk. HEX triplet: AC, 98 and 52. RGB value is (172,152,82). Sum of RGB (Red+Green+Blue) = 172+152+82=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9852 is #5367AD. Grayscale: #969696. Windows color (decimal): -5466030 or 5413036. OLE color: 5413036.

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

Color convert

RGB 172 152 82 -
CMYK 0 0.12 0.52 0.33
HSL 46.67º 0.35% 0.5% -
HSV(B) 46.67º 0.52% 0.67% -
XYZ 29.76 31.84 12.56 -
YUV 150 89.63 143.69 -
System Red Green Blue C M Y K H S L
Decimal 172 152 82 0 0.12 0.52 0.33 46.67 0.35 0.5
Hex AC 98 52 0 C 34 21 2F 23 32
Octal 254 230 122 0 14 64 41 57 43 62
Binary 10101100 10011000 1010010 0 1100 110100 100001 101111 100011 110010

Color Harmonies of #AC9852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9852

Black with #AC9852

Text Example


Text Example

White with #AC9852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9852; }

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

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

background-color css

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

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

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

border-color css

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

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

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