Html Css Color HEX #AC9C45 Husk

📋 copy color: '#AC9C45'

red 172 ◦ green 156 ◦ blue 69

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

Shades of Husk #AC9C45

Tints of Husk #AC9C45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.38%

R = 43.32%
G = 39.29%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC9C45 (or 0xAC9C45) is known color: Husk. HEX triplet: AC, 9C and 45. RGB value is (172,156,69). Sum of RGB (Red+Green+Blue) = 172+156+69=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 69 (27.34% from 255 or 17.38% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9C45 is #5363BA. Grayscale: #979797. Windows color (decimal): -5465019 or 4562092. OLE color: 4562092.

HSL color Cylindrical-coordinate representation of color #AC9C45: hue angle of 50.68º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC9C45 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 156 69 -
CMYK 0 0.09 0.60 0.33
HSL 50.68º 0.43% 0.47% -
HSV(B) 50.68º 0.6% 0.67% -
XYZ 29.98 32.98 10.42 -
YUV 150.87 81.8 143.07 -
System Red Green Blue C M Y K H S L
Decimal 172 156 69 0 0.09 0.60 0.33 50.68 0.43 0.47
Hex AC 9C 45 0 9 3C 21 33 2B 2F
Octal 254 234 105 0 11 74 41 63 53 57
Binary 10101100 10011100 1000101 0 1001 111100 100001 110011 101011 101111

Color Harmonies of #AC9C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9C45

Black with #AC9C45

Text Example


Text Example

White with #AC9C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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