#ABA099

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

Shades of Del Rio #ABA099

Tints of Del Rio #ABA099

Color information

#ABA099 (or 0xABA099) is unknown color: approx Del Rio. HEX triplet: AB, A0 and 99. RGB value is (171,160,153). Sum of RGB (Red+Green+Blue) = 171+160+153=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 153 (60.16% from 255 or 31.61% from 484); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA099 is #545F66. Grayscale: #A2A2A2. Windows color (decimal): -5529447 or 10068139. OLE color: 10068139.

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

Color convert

RGB171160153-
CMYK00.060.110.33
HSL23.33º9.68%63.53%-
HSV(B)23.33º10.53%67.06%-
XYZ35.1236.135.25-
YUV162.49122.64134.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.33%
GREEN value IS 160 (62.89% from 255) = 33.06%
BLUE value IS 153 (60.16% from 255) = 31.61%
R=35.33%
G=33.06%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116015300.060.110.3323.339.6863.53
HexABA09906B2117a40
Octal2532402310613412712100
Binary101010111010000010011001011010111000011011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA099; }

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

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

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

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

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

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

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

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