Html Css Color HEX #AC9A53 Husk

📋 copy color: '#AC9A53'

red 172 ◦ green 154 ◦ blue 83

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

Shades of Husk #AC9A53

Tints of Husk #AC9A53

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.65%

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

R = 42.05%
G = 37.65%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AC9A53 (or 0xAC9A53) is known color: Husk. HEX triplet: AC, 9A and 53. RGB value is (172,154,83). Sum of RGB (Red+Green+Blue) = 172+154+83=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 83 (32.81% from 255 or 20.29% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9A53 is #5365AC. Grayscale: #979797. Windows color (decimal): -5465517 or 5479084. OLE color: 5479084.

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

Color convert

RGB 172 154 83 -
CMYK 0 0.10 0.52 0.33
HSL 47.87º 0.35% 0.5% -
HSV(B) 47.87º 0.52% 0.67% -
XYZ 30.13 32.51 12.87 -
YUV 151.29 89.46 142.77 -
System Red Green Blue C M Y K H S L
Decimal 172 154 83 0 0.10 0.52 0.33 47.87 0.35 0.5
Hex AC 9A 53 0 A 34 21 30 23 32
Octal 254 232 123 0 12 64 41 60 43 62
Binary 10101100 10011010 1010011 0 1010 110100 100001 110000 100011 110010

Color Harmonies of #AC9A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9A53

Black with #AC9A53

Text Example


Text Example

White with #AC9A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9A53; }

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

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

background-color css

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

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

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

border-color css

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

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

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