Html Css Color HEX #A4994D Husk

📋 copy color: '#A4994D'

red 164 ◦ green 153 ◦ blue 77

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

Shades of Husk #A4994D

Tints of Husk #A4994D

RGB

 RED value IS 164 (64.45% from 255) = 41.62%

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

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

R = 41.62%
G = 38.83%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A4994D (or 0xA4994D) is known color: Husk. HEX triplet: A4, 99 and 4D. RGB value is (164,153,77). Sum of RGB (Red+Green+Blue) = 164+153+77=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 164 - color contains mainly: red. Hex color #A4994D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4994D is #5B66B2. Grayscale: #939393. Windows color (decimal): -5990067 or 5085604. OLE color: 5085604.

HSL color Cylindrical-coordinate representation of color #A4994D: hue angle of 52.41º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A4994D is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 153 77 -
CMYK 0 0.07 0.53 0.36
HSL 52.41º 0.36% 0.47% -
HSV(B) 52.41º 0.53% 0.64% -
XYZ 28.04 31.21 11.57 -
YUV 147.63 88.14 139.68 -
System Red Green Blue C M Y K H S L
Decimal 164 153 77 0 0.07 0.53 0.36 52.41 0.36 0.47
Hex A4 99 4D 0 7 35 24 34 24 2F
Octal 244 231 115 0 7 65 44 64 44 57
Binary 10100100 10011001 1001101 0 111 110101 100100 110100 100100 101111

Color Harmonies of #A4994D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4994D

Black with #A4994D

Text Example


Text Example

White with #A4994D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4994D; }

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

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

background-color css

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

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

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

border-color css

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

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

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