#aba074

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

Shades of Hillary #ABA074

Tints of Hillary #ABA074

Color information

#ABA074 (or 0xABA074) is unknown color: approx Hillary. HEX triplet: AB, A0 and 74. RGB value is (171,160,116). Sum of RGB (Red+Green+Blue) = 171+160+116=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA074 is #545F8B. Grayscale: #9E9E9E. Windows color (decimal): -5529484 or 7643307. OLE color: 7643307.

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

Color convert

RGB171160116-
CMYK00.060.320.33
HSL48º24.66%56.27%-
HSV(B)48º32.16%67.06%-
XYZ32.5235.0621.58-
YUV158.27104.14137.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.26%
GREEN value IS 160 (62.89% from 255) = 35.79%
BLUE value IS 116 (45.70% from 255) = 25.95%
R=38.26%
G=35.79%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116011600.060.320.334824.6656.27
HexABA074062021301938
Octal253240164064041603170
Binary10101011101000001110100011010000010000111000011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aba074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aba074; }

 p { color: rgb(171,160,116); }

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

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

 a { background-color: rgb(171,160,116); }

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

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

 span { border-color: rgb(171,160,116); }

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