#ABA09A

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

Shades of Del Rio #ABA09A

Tints of Del Rio #ABA09A

Color information

#ABA09A (or 0xABA09A) is unknown color: approx Del Rio. HEX triplet: AB, A0 and 9A. RGB value is (171,160,154). Sum of RGB (Red+Green+Blue) = 171+160+154=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA09A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA09A is #545F65. Grayscale: #A2A2A2. Windows color (decimal): -5529446 or 10133675. OLE color: 10133675.

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

Color convert

RGB171160154-
CMYK00.060.100.33
HSL21.18º9.19%63.73%-
HSV(B)21.18º9.94%67.06%-
XYZ35.236.1335.69-
YUV162.6123.14133.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.26%
GREEN value IS 160 (62.89% from 255) = 32.99%
BLUE value IS 154 (60.55% from 255) = 31.75%
R=35.26%
G=32.99%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116015400.060.100.3321.189.1963.73
HexABA09A06A2115940
Octal2532402320612412511100
Binary101010111010000010011010011010101000011010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA09A; }

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

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

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

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

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

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

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

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