Html Css Color HEX #AC994D Husk

📋 copy color: '#AC994D'

red 172 ◦ green 153 ◦ blue 77

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

Shades of Husk #AC994D

Tints of Husk #AC994D

RGB

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

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

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

R = 42.79%
G = 38.06%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC994D (or 0xAC994D) is known color: Husk. HEX triplet: AC, 99 and 4D. RGB value is (172,153,77). Sum of RGB (Red+Green+Blue) = 172+153+77=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #AC994D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC994D is #5366B2. Grayscale: #969696. Windows color (decimal): -5465779 or 5085612. OLE color: 5085612.

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

Color convert

RGB 172 153 77 -
CMYK 0 0.11 0.55 0.33
HSL 48º 0.38% 0.49% -
HSV(B) 48º 0.55% 0.67% -
XYZ 29.74 32.09 11.65 -
YUV 150.02 86.79 143.68 -
System Red Green Blue C M Y K H S L
Decimal 172 153 77 0 0.11 0.55 0.33 48 0.38 0.49
Hex AC 99 4D 0 B 37 21 30 26 31
Octal 254 231 115 0 13 67 41 60 46 61
Binary 10101100 10011001 1001101 0 1011 110111 100001 110000 100110 110001

Color Harmonies of #AC994D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC994D

Black with #AC994D

Text Example


Text Example

White with #AC994D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC994D; }

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

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

background-color css

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

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

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

border-color css

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

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

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