#A8A672

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

Shades of Hillary #A8A672

Tints of Hillary #A8A672

Color information

#A8A672 (or 0xA8A672) is unknown color: approx Hillary. HEX triplet: A8, A6 and 72. RGB value is (168,166,114). Sum of RGB (Red+Green+Blue) = 168+166+114=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A672 is #57598D. Grayscale: #A0A0A0. Windows color (decimal): -5724558 or 7513768. OLE color: 7513768.

HSL color Cylindrical-coordinate representation of color #A8A672: hue angle of 57.78º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8A672 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB168166114-
CMYK00.010.320.34
HSL57.78º23.68%55.29%-
HSV(B)57.78º32.14%65.88%-
XYZ32.8236.8121.3-
YUV160.67101.66133.23-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.5%
GREEN value IS 166 (65.23% from 255) = 37.05%
BLUE value IS 114 (44.92% from 255) = 25.45%
R=37.5%
G=37.05%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16816611400.010.320.3457.7823.6855.29
HexA8A6720120223a1837
Octal250246162014042723067
Binary101010001010011011100100110000010001011101011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A672; }

 p { color: rgb(168,166,114); }

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

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

 a { background-color: rgb(168,166,114); }

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

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

 span { border-color: rgb(168,166,114); }

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