#A4A076

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

Shades of Hillary #A4A076

Tints of Hillary #A4A076

Color information

#A4A076 (or 0xA4A076) is unknown color: approx Hillary. HEX triplet: A4, A0 and 76. RGB value is (164,160,118). Sum of RGB (Red+Green+Blue) = 164+160+118=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A076 is #5B5F89. Grayscale: #9C9C9C. Windows color (decimal): -5988234 or 7774372. OLE color: 7774372.

HSL color Cylindrical-coordinate representation of color #A4A076: hue angle of 54.78º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4A076 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB164160118-
CMYK00.020.280.36
HSL54.78º20.18%55.29%-
HSV(B)54.78º28.05%64.31%-
XYZ31.1534.3422.13-
YUV156.41106.33133.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.10%
GREEN value IS 160 (62.89% from 255) = 36.20%
BLUE value IS 118 (46.48% from 255) = 26.70%
R=37.10%
G=36.20%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16416011800.020.280.3654.7820.1855.29
HexA4A076021C24371437
Octal244240166023444672467
Binary101001001010000011101100101110010010011011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A076; }

 p { color: rgb(164,160,118); }

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

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

 a { background-color: rgb(164,160,118); }

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

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

 span { border-color: rgb(164,160,118); }

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