#AB9A90

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

Shades of Del Rio #AB9A90

Tints of Del Rio #AB9A90

Color information

#AB9A90 (or 0xAB9A90) is unknown color: approx Del Rio. HEX triplet: AB, 9A and 90. RGB value is (171,154,144). Sum of RGB (Red+Green+Blue) = 171+154+144=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9A90 is #54656F. Grayscale: #9E9E9E. Windows color (decimal): -5530992 or 9476779. OLE color: 9476779.

HSL color Cylindrical-coordinate representation of color #AB9A90: hue angle of 22.22º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AB9A90 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB171154144-
CMYK00.100.160.33
HSL22.22º13.85%61.76%-
HSV(B)22.22º15.79%67.06%-
XYZ33.3833.7831.15-
YUV157.94120.13137.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.46%
GREEN value IS 154 (60.55% from 255) = 32.84%
BLUE value IS 144 (56.64% from 255) = 30.70%
R=36.46%
G=32.84%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115414400.100.160.3322.2213.8561.76
HexAB9A900A102116e3e
Octal2532322200122041261676
Binary1010101110011010100100000101010000100001101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9A90; }

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

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

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

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

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

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

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

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