Html Css Color HEX #AC9C4D Husk

📋 copy color: '#AC9C4D'

red 172 ◦ green 156 ◦ blue 77

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

Shades of Husk #AC9C4D

Tints of Husk #AC9C4D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.52%

 BLUE value IS 77 (30.47% from 255) = 19.01%

R = 42.47%
G = 38.52%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC9C4D (or 0xAC9C4D) is known color: Husk. HEX triplet: AC, 9C and 4D. RGB value is (172,156,77). Sum of RGB (Red+Green+Blue) = 172+156+77=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 77 (30.47% from 255 or 19.01% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9C4D is #5363B2. Grayscale: #989898. Windows color (decimal): -5465011 or 5086380. OLE color: 5086380.

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

Color convert

RGB 172 156 77 -
CMYK 0 0.09 0.55 0.33
HSL 49.89º 0.38% 0.49% -
HSV(B) 49.89º 0.55% 0.67% -
XYZ 30.24 33.08 11.81 -
YUV 151.78 85.8 142.42 -
System Red Green Blue C M Y K H S L
Decimal 172 156 77 0 0.09 0.55 0.33 49.89 0.38 0.49
Hex AC 9C 4D 0 9 37 21 32 26 31
Octal 254 234 115 0 11 67 41 62 46 61
Binary 10101100 10011100 1001101 0 1001 110111 100001 110010 100110 110001

Color Harmonies of #AC9C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9C4D

Black with #AC9C4D

Text Example


Text Example

White with #AC9C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9C4D; }

 p { color: rgb(172,156,77); }

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

background-color css

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

 a { background-color: rgb(172,156,77); }

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

border-color css

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

 span { border-color: rgb(172,156,77); }

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