Html Css Color HEX #A7964A Husk

📋 copy color: '#A7964A'

red 167 ◦ green 150 ◦ blue 74

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

Shades of Husk #A7964A

Tints of Husk #A7964A

RGB

 RED value IS 167 (65.63% from 255) = 42.71%

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

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

R = 42.71%
G = 38.36%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A7964A (or 0xA7964A) is known color: Husk. HEX triplet: A7, 96 and 4A. RGB value is (167,150,74). Sum of RGB (Red+Green+Blue) = 167+150+74=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 167 - color contains mainly: red. Hex color #A7964A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7964A is #5869B5. Grayscale: #929292. Windows color (decimal): -5794230 or 4888231. OLE color: 4888231.

HSL color Cylindrical-coordinate representation of color #A7964A: hue angle of 49.03º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A7964A is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 150 74 -
CMYK 0 0.10 0.56 0.35
HSL 49.03º 0.39% 0.47% -
HSV(B) 49.03º 0.56% 0.65% -
XYZ 28.08 30.52 10.89 -
YUV 146.42 87.13 142.68 -
System Red Green Blue C M Y K H S L
Decimal 167 150 74 0 0.10 0.56 0.35 49.03 0.39 0.47
Hex A7 96 4A 0 A 38 23 31 27 2F
Octal 247 226 112 0 12 70 43 61 47 57
Binary 10100111 10010110 1001010 0 1010 111000 100011 110001 100111 101111

Color Harmonies of #A7964A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7964A

Black with #A7964A

Text Example


Text Example

White with #A7964A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7964A; }

 p { color: rgb(167,150,74); }

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

background-color css

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

 a { background-color: rgb(167,150,74); }

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

border-color css

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

 span { border-color: rgb(167,150,74); }

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