#A5A073

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

Shades of Hillary #A5A073

Tints of Hillary #A5A073

Color information

#A5A073 (or 0xA5A073) is unknown color: approx Hillary. HEX triplet: A5, A0 and 73. RGB value is (165,160,115). Sum of RGB (Red+Green+Blue) = 165+160+115=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A073 is #5A5F8C. Grayscale: #9C9C9C. Windows color (decimal): -5922701 or 7577765. OLE color: 7577765.

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

Color convert

RGB165160115-
CMYK00.030.300.35
HSL54º21.74%54.9%-
HSV(B)54º30.3%64.71%-
XYZ31.1834.3821.21-
YUV156.36104.66134.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.5%
GREEN value IS 160 (62.89% from 255) = 36.36%
BLUE value IS 115 (45.31% from 255) = 26.14%
R=37.5%
G=36.36%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516011500.030.300.355421.7454.9
HexA5A073031E23361637
Octal245240163033643662667
Binary101001011010000011100110111111010001111011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A073; }

 p { color: rgb(165,160,115); }

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

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

 a { background-color: rgb(165,160,115); }

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

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

 span { border-color: rgb(165,160,115); }

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