Html Css Color HEX #A4964D Husk

📋 copy color: '#A4964D'

red 164 ◦ green 150 ◦ blue 77

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

Shades of Husk #A4964D

Tints of Husk #A4964D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.36%

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

R = 41.94%
G = 38.36%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A4964D (or 0xA4964D) is known color: Husk. HEX triplet: A4, 96 and 4D. RGB value is (164,150,77). Sum of RGB (Red+Green+Blue) = 164+150+77=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A4964D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4964D is #5B69B2. Grayscale: #929292. Windows color (decimal): -5990835 or 5084836. OLE color: 5084836.

HSL color Cylindrical-coordinate representation of color #A4964D: hue angle of 50.34º 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 #A4964D is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 150 77 -
CMYK 0 0.09 0.53 0.36
HSL 50.34º 0.36% 0.47% -
HSV(B) 50.34º 0.53% 0.64% -
XYZ 27.56 30.24 11.41 -
YUV 145.86 89.14 140.94 -
System Red Green Blue C M Y K H S L
Decimal 164 150 77 0 0.09 0.53 0.36 50.34 0.36 0.47
Hex A4 96 4D 0 9 35 24 32 24 2F
Octal 244 226 115 0 11 65 44 62 44 57
Binary 10100100 10010110 1001101 0 1001 110101 100100 110010 100100 101111

Color Harmonies of #A4964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4964D

Black with #A4964D

Text Example


Text Example

White with #A4964D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4964D; }

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

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

background-color css

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

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

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

border-color css

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

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

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