#ABA378

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

Shades of Hillary #ABA378

Tints of Hillary #ABA378

Color information

#ABA378 (or 0xABA378) is unknown color: approx Hillary. HEX triplet: AB, A3 and 78. RGB value is (171,163,120). Sum of RGB (Red+Green+Blue) = 171+163+120=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA378 is #545C87. Grayscale: #A0A0A0. Windows color (decimal): -5528712 or 7906219. OLE color: 7906219.

HSL color Cylindrical-coordinate representation of color #ABA378: hue angle of 50.59º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABA378 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB171163120-
CMYK00.050.300.33
HSL50.59º23.29%57.06%-
HSV(B)50.59º29.82%67.06%-
XYZ33.2836.2123-
YUV160.49105.15135.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.67%
GREEN value IS 163 (64.06% from 255) = 35.90%
BLUE value IS 120 (47.27% from 255) = 26.43%
R=37.67%
G=35.90%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116312000.050.300.3350.5923.2957.06
HexABA378051E21331739
Octal253243170053641632771
Binary1010101110100011111100001011111010000111001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA378; }

 p { color: rgb(171,163,120); }

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

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

 a { background-color: rgb(171,163,120); }

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

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

 span { border-color: rgb(171,163,120); }

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