#ABA772

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

Shades of Hillary #ABA772

Tints of Hillary #ABA772

Color information

#ABA772 (or 0xABA772) is unknown color: approx Hillary. HEX triplet: AB, A7 and 72. RGB value is (171,167,114). Sum of RGB (Red+Green+Blue) = 171+167+114=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 167 (65.62% from 255 or 36.95% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA772 is #54588D. Grayscale: #A2A2A2. Windows color (decimal): -5527694 or 7514027. OLE color: 7514027.

HSL color Cylindrical-coordinate representation of color #ABA772: hue angle of 55.79º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABA772 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB171167114-
CMYK00.020.330.33
HSL55.79º25.33%55.88%-
HSV(B)55.79º33.33%67.06%-
XYZ33.6537.5121.39-
YUV162.15100.83134.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.83%
GREEN value IS 167 (65.62% from 255) = 36.95%
BLUE value IS 114 (44.92% from 255) = 25.22%
R=37.83%
G=36.95%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116711400.020.330.3355.7925.3355.88
HexABA772022121381938
Octal253247162024141703170
Binary1010101110100111111001001010000110000111100011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA772; }

 p { color: rgb(171,167,114); }

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

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

 a { background-color: rgb(171,167,114); }

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

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

 span { border-color: rgb(171,167,114); }

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