#A7A470

Color #A7A470 Hillary (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hillary #A7A470

Tints of Hillary #A7A470

Color information

#A7A470 (or 0xA7A470) is unknown color: approx Hillary. HEX triplet: A7, A4 and 70. RGB value is (167,164,112). Sum of RGB (Red+Green+Blue) = 167+164+112=443 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.70% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A470 is #585B8F. Grayscale: #9F9F9F. Windows color (decimal): -5790608 or 7382183. OLE color: 7382183.

HSL color Cylindrical-coordinate representation of color #A7A470: hue angle of 56.73º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7A470 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB167164112-
CMYK00.020.330.35
HSL56.73º23.81%54.71%-
HSV(B)56.73º32.93%65.49%-
XYZ32.1435.9420.57-
YUV158.97101.49133.73-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.70%
GREEN value IS 164 (64.45% from 255) = 37.02%
BLUE value IS 112 (44.14% from 255) = 25.28%
R=37.70%
G=37.02%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16716411200.020.330.3556.7323.8154.71
HexA7A470022123391837
Octal247244160024143713067
Binary1010011110100100111000001010000110001111100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A470; }

 p { color: rgb(167,164,112); }

 H1.HeaderClassName
 {
   color: #A7A470;
 }
 .AnyTagClassName
 {
   color: #A7A470;
 }
</style>
background-color css

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

 a { background-color: rgb(167,164,112); }

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

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

 span { border-color: rgb(167,164,112); }

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