Html Css Color HEX #A4964F Husk

📋 copy color: '#A4964F'

red 164 ◦ green 150 ◦ blue 79

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

Shades of Husk #A4964F

Tints of Husk #A4964F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.1%

R = 41.73%
G = 38.17%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A4964F (or 0xA4964F) is known color: Husk. HEX triplet: A4, 96 and 4F. RGB value is (164,150,79). Sum of RGB (Red+Green+Blue) = 164+150+79=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 79 (31.25% from 255 or 20.10% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A4964F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4964F is #5B69B0. Grayscale: #929292. Windows color (decimal): -5990833 or 5215908. OLE color: 5215908.

HSL color Cylindrical-coordinate representation of color #A4964F: hue angle of 50.12º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A4964F is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 150 79 -
CMYK 0 0.09 0.52 0.36
HSL 50.12º 0.35% 0.48% -
HSV(B) 50.12º 0.52% 0.64% -
XYZ 27.63 30.27 11.78 -
YUV 146.09 90.14 140.77 -
System Red Green Blue C M Y K H S L
Decimal 164 150 79 0 0.09 0.52 0.36 50.12 0.35 0.48
Hex A4 96 4F 0 9 34 24 32 23 30
Octal 244 226 117 0 11 64 44 62 43 60
Binary 10100100 10010110 1001111 0 1001 110100 100100 110010 100011 110000

Color Harmonies of #A4964F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4964F

Black with #A4964F

Text Example


Text Example

White with #A4964F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4964F; }

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

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

background-color css

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

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

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

border-color css

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

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

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