Html Css Color HEX #AC9652 Husk

📋 copy color: '#AC9652'

red 172 ◦ green 150 ◦ blue 82

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

Shades of Husk #AC9652

Tints of Husk #AC9652

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.13%

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

R = 42.57%
G = 37.13%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AC9652 (or 0xAC9652) is known color: Husk. HEX triplet: AC, 96 and 52. RGB value is (172,150,82). Sum of RGB (Red+Green+Blue) = 172+150+82=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9652 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9652 is #5369AD. Grayscale: #959595. Windows color (decimal): -5466542 or 5412524. OLE color: 5412524.

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

Color convert

RGB 172 150 82 -
CMYK 0 0.13 0.52 0.33
HSL 45.33º 0.35% 0.5% -
HSV(B) 45.33º 0.52% 0.67% -
XYZ 29.44 31.19 12.45 -
YUV 148.83 90.29 144.53 -
System Red Green Blue C M Y K H S L
Decimal 172 150 82 0 0.13 0.52 0.33 45.33 0.35 0.5
Hex AC 96 52 0 D 34 21 2D 23 32
Octal 254 226 122 0 15 64 41 55 43 62
Binary 10101100 10010110 1010010 0 1101 110100 100001 101101 100011 110010

Color Harmonies of #AC9652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9652

Black with #AC9652

Text Example


Text Example

White with #AC9652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9652; }

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

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

background-color css

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

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

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

border-color css

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

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

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