Html Css Color HEX #AC9C50 Husk

📋 copy color: '#AC9C50'

red 172 ◦ green 156 ◦ blue 80

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

Shades of Husk #AC9C50

Tints of Husk #AC9C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.61%

R = 42.16%
G = 38.24%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC9C50 (or 0xAC9C50) is known color: Husk. HEX triplet: AC, 9C and 50. RGB value is (172,156,80). Sum of RGB (Red+Green+Blue) = 172+156+80=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9C50 is #5363AF. Grayscale: #989898. Windows color (decimal): -5465008 or 5282988. OLE color: 5282988.

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

Color convert

RGB 172 156 80 -
CMYK 0 0.09 0.53 0.33
HSL 49.57º 0.37% 0.49% -
HSV(B) 49.57º 0.53% 0.67% -
XYZ 30.35 33.13 12.38 -
YUV 152.12 87.3 142.18 -
System Red Green Blue C M Y K H S L
Decimal 172 156 80 0 0.09 0.53 0.33 49.57 0.37 0.49
Hex AC 9C 50 0 9 35 21 32 25 31
Octal 254 234 120 0 11 65 41 62 45 61
Binary 10101100 10011100 1010000 0 1001 110101 100001 110010 100101 110001

Color Harmonies of #AC9C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9C50

Black with #AC9C50

Text Example


Text Example

White with #AC9C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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