Html Css Color HEX #AC9452 Husk

📋 copy color: '#AC9452'

red 172 ◦ green 148 ◦ blue 82

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

Shades of Husk #AC9452

Tints of Husk #AC9452

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.82%

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

R = 42.79%
G = 36.82%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AC9452 (or 0xAC9452) is known color: Husk. HEX triplet: AC, 94 and 52. RGB value is (172,148,82). Sum of RGB (Red+Green+Blue) = 172+148+82=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 82 (32.42% from 255 or 20.40% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9452 is #536BAD. Grayscale: #939393. Windows color (decimal): -5467054 or 5412012. OLE color: 5412012.

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

Color convert

RGB 172 148 82 -
CMYK 0 0.14 0.52 0.33
HSL 44º 0.35% 0.5% -
HSV(B) 44º 0.52% 0.67% -
XYZ 29.13 30.56 12.35 -
YUV 147.65 90.95 145.37 -
System Red Green Blue C M Y K H S L
Decimal 172 148 82 0 0.14 0.52 0.33 44 0.35 0.5
Hex AC 94 52 0 E 34 21 2C 23 32
Octal 254 224 122 0 16 64 41 54 43 62
Binary 10101100 10010100 1010010 0 1110 110100 100001 101100 100011 110010

Color Harmonies of #AC9452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9452

Black with #AC9452

Text Example


Text Example

White with #AC9452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9452; }

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

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

background-color css

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

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

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

border-color css

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

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

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