Html Css Color HEX #AC9553 Husk

📋 copy color: '#AC9553'

red 172 ◦ green 149 ◦ blue 83

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

Shades of Husk #AC9553

Tints of Husk #AC9553

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.88%

 BLUE value IS 83 (32.81% from 255) = 20.54%

R = 42.57%
G = 36.88%
B = 20.54%

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

#AC9553 (or 0xAC9553) is known color: Husk. HEX triplet: AC, 95 and 53. RGB value is (172,149,83). Sum of RGB (Red+Green+Blue) = 172+149+83=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9553 is #536AAC. Grayscale: #949494. Windows color (decimal): -5466797 or 5477804. OLE color: 5477804.

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

Color convert

RGB 172 149 83 -
CMYK 0 0.13 0.52 0.33
HSL 44.49º 0.35% 0.5% -
HSV(B) 44.49º 0.52% 0.67% -
XYZ 29.32 30.89 12.6 -
YUV 148.35 91.12 144.87 -
System Red Green Blue C M Y K H S L
Decimal 172 149 83 0 0.13 0.52 0.33 44.49 0.35 0.5
Hex AC 95 53 0 D 34 21 2C 23 32
Octal 254 225 123 0 15 64 41 54 43 62
Binary 10101100 10010101 1010011 0 1101 110100 100001 101100 100011 110010

Color Harmonies of #AC9553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9553

Black with #AC9553

Text Example


Text Example

White with #AC9553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9553; }

 p { color: rgb(172,149,83); }

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

background-color css

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

 a { background-color: rgb(172,149,83); }

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

border-color css

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

 span { border-color: rgb(172,149,83); }

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