Html Css Color HEX #A7A059 Husk

📋 copy color: '#A7A059'

red 167 ◦ green 160 ◦ blue 89

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

Shades of Husk #A7A059

Tints of Husk #A7A059

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.46%

 BLUE value IS 89 (35.16% from 255) = 21.39%

R = 40.14%
G = 38.46%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A7A059 (or 0xA7A059) is known color: Husk. HEX triplet: A7, A0 and 59. RGB value is (167,160,89). Sum of RGB (Red+Green+Blue) = 167+160+89=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 89 (35.16% from 255 or 21.39% from 416); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A059 is #585FA6. Grayscale: #9A9A9A. Windows color (decimal): -5791655 or 5873831. OLE color: 5873831.

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

Color convert

RGB 167 160 89 -
CMYK 0 0.04 0.47 0.35
HSL 54.62º 0.31% 0.5% -
HSV(B) 54.62º 0.47% 0.65% -
XYZ 30.31 34.08 14.43 -
YUV 154 91.32 137.27 -
System Red Green Blue C M Y K H S L
Decimal 167 160 89 0 0.04 0.47 0.35 54.62 0.31 0.5
Hex A7 A0 59 0 4 2F 23 37 1F 32
Octal 247 240 131 0 4 57 43 67 37 62
Binary 10100111 10100000 1011001 0 100 101111 100011 110111 11111 110010

Color Harmonies of #A7A059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A059

Black with #A7A059

Text Example


Text Example

White with #A7A059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A059; }

 p { color: rgb(167,160,89); }

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

background-color css

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

 a { background-color: rgb(167,160,89); }

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

border-color css

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

 span { border-color: rgb(167,160,89); }

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