#ABA274

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

Shades of Hillary #ABA274

Tints of Hillary #ABA274

Color information

#ABA274 (or 0xABA274) is unknown color: approx Hillary. HEX triplet: AB, A2 and 74. RGB value is (171,162,116). Sum of RGB (Red+Green+Blue) = 171+162+116=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA274 is #545D8B. Grayscale: #9F9F9F. Windows color (decimal): -5528972 or 7643819. OLE color: 7643819.

HSL color Cylindrical-coordinate representation of color #ABA274: hue angle of 50.18º 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 #ABA274 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB171162116-
CMYK00.050.320.33
HSL50.18º24.66%56.27%-
HSV(B)50.18º32.16%67.06%-
XYZ32.8735.7621.69-
YUV159.45103.48136.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.08%
GREEN value IS 162 (63.67% from 255) = 36.08%
BLUE value IS 116 (45.70% from 255) = 25.84%
R=38.08%
G=36.08%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116211600.050.320.3350.1824.6656.27
HexABA274052021321938
Octal253242164054041623170
Binary10101011101000101110100010110000010000111001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA274; }

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

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

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

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

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

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

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

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