Html Css Color HEX #AC9957 Husk

📋 copy color: '#AC9957'

red 172 ◦ green 153 ◦ blue 87

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

Shades of Husk #AC9957

Tints of Husk #AC9957

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.14%

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

R = 41.75%
G = 37.14%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC9957 (or 0xAC9957) is known color: Husk. HEX triplet: AC, 99 and 57. RGB value is (172,153,87). Sum of RGB (Red+Green+Blue) = 172+153+87=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 87 (34.38% from 255 or 21.12% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9957 is #5366A8. Grayscale: #979797. Windows color (decimal): -5465769 or 5740972. OLE color: 5740972.

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

Color convert

RGB 172 153 87 -
CMYK 0 0.11 0.49 0.33
HSL 46.59º 0.34% 0.51% -
HSV(B) 46.59º 0.49% 0.67% -
XYZ 30.12 32.24 13.65 -
YUV 151.16 91.79 142.87 -
System Red Green Blue C M Y K H S L
Decimal 172 153 87 0 0.11 0.49 0.33 46.59 0.34 0.51
Hex AC 99 57 0 B 31 21 2F 22 33
Octal 254 231 127 0 13 61 41 57 42 63
Binary 10101100 10011001 1010111 0 1011 110001 100001 101111 100010 110011

Color Harmonies of #AC9957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9957

Black with #AC9957

Text Example


Text Example

White with #AC9957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9957; }

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

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

background-color css

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

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

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

border-color css

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

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

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