#A7A475

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

Shades of Hillary #A7A475

Tints of Hillary #A7A475

Color information

#A7A475 (or 0xA7A475) is unknown color: approx Hillary. HEX triplet: A7, A4 and 75. RGB value is (167,164,117). Sum of RGB (Red+Green+Blue) = 167+164+117=448 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.28% from 448); Green value is 164 (64.45% from 255 or 36.61% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A475 is #585B8A. Grayscale: #9F9F9F. Windows color (decimal): -5790603 or 7709863. OLE color: 7709863.

HSL color Cylindrical-coordinate representation of color #A7A475: hue angle of 56.4º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7A475 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB167164117-
CMYK00.020.300.35
HSL56.4º22.12%55.69%-
HSV(B)56.4º29.94%65.49%-
XYZ32.4236.0522.08-
YUV159.54103.99133.32-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.28%
GREEN value IS 164 (64.45% from 255) = 36.61%
BLUE value IS 117 (46.09% from 255) = 26.12%
R=37.28%
G=36.61%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16716411700.020.300.3556.422.1255.69
HexA7A475021E23381638
Octal247244165023643702670
Binary101001111010010011101010101111010001111100010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A475; }

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

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

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

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

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

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

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

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