Html Css Color HEX #AC994A Husk

📋 copy color: '#AC994A'

red 172 ◦ green 153 ◦ blue 74

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

Shades of Husk #AC994A

Tints of Husk #AC994A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.55%

R = 43.11%
G = 38.35%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AC994A (or 0xAC994A) is known color: Husk. HEX triplet: AC, 99 and 4A. RGB value is (172,153,74). Sum of RGB (Red+Green+Blue) = 172+153+74=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC994A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC994A is #5366B5. Grayscale: #969696. Windows color (decimal): -5465782 or 4889004. OLE color: 4889004.

HSL color Cylindrical-coordinate representation of color #AC994A: hue angle of 48.37º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC994A is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 153 74 -
CMYK 0 0.11 0.57 0.33
HSL 48.37º 0.4% 0.48% -
HSV(B) 48.37º 0.57% 0.67% -
XYZ 29.64 32.05 11.1 -
YUV 149.68 85.29 143.92 -
System Red Green Blue C M Y K H S L
Decimal 172 153 74 0 0.11 0.57 0.33 48.37 0.4 0.48
Hex AC 99 4A 0 B 39 21 30 28 30
Octal 254 231 112 0 13 71 41 60 50 60
Binary 10101100 10011001 1001010 0 1011 111001 100001 110000 101000 110000

Color Harmonies of #AC994A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC994A

Black with #AC994A

Text Example


Text Example

White with #AC994A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC994A; }

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

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

background-color css

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

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

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

border-color css

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

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

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