Html Css Color HEX #AC9A57 Husk

📋 copy color: '#AC9A57'

red 172 ◦ green 154 ◦ blue 87

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

Shades of Husk #AC9A57

Tints of Husk #AC9A57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.07%

R = 41.65%
G = 37.29%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC9A57 (or 0xAC9A57) is known color: Husk. HEX triplet: AC, 9A and 57. RGB value is (172,154,87). Sum of RGB (Red+Green+Blue) = 172+154+87=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 87 (34.38% from 255 or 21.07% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9A57 is #5365A8. Grayscale: #989898. Windows color (decimal): -5465513 or 5741228. OLE color: 5741228.

HSL color Cylindrical-coordinate representation of color #AC9A57: hue angle of 47.29º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC9A57 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 154 87 -
CMYK 0 0.10 0.49 0.33
HSL 47.29º 0.34% 0.51% -
HSV(B) 47.29º 0.49% 0.67% -
XYZ 30.29 32.57 13.71 -
YUV 151.74 91.46 142.45 -
System Red Green Blue C M Y K H S L
Decimal 172 154 87 0 0.10 0.49 0.33 47.29 0.34 0.51
Hex AC 9A 57 0 A 31 21 2F 22 33
Octal 254 232 127 0 12 61 41 57 42 63
Binary 10101100 10011010 1010111 0 1010 110001 100001 101111 100010 110011

Color Harmonies of #AC9A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9A57

Black with #AC9A57

Text Example


Text Example

White with #AC9A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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