#A89890

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

Shades of Del Rio #A89890

Tints of Del Rio #A89890

Color information

#A89890 (or 0xA89890) is unknown color: approx Del Rio. HEX triplet: A8, 98 and 90. RGB value is (168,152,144). Sum of RGB (Red+Green+Blue) = 168+152+144=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 168 - color contains mainly: red. Hex color #A89890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89890 is #57676F. Grayscale: #9B9B9B. Windows color (decimal): -5728112 or 9476264. OLE color: 9476264.

HSL color Cylindrical-coordinate representation of color #A89890: hue angle of 20º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A89890 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB168152144-
CMYK00.100.140.34
HSL20º12.12%61.18%-
HSV(B)20º14.29%65.88%-
XYZ32.4132.7931.01-
YUV155.87121.3136.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.21%
GREEN value IS 152 (59.77% from 255) = 32.76%
BLUE value IS 144 (56.64% from 255) = 31.03%
R=36.21%
G=32.76%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815214400.100.140.342012.1261.18
HexA898900AE2214c3d
Octal2502302200121642241475
Binary101010001001100010010000010101110100010101001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89890; }

 p { color: rgb(168,152,144); }

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

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

 a { background-color: rgb(168,152,144); }

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

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

 span { border-color: rgb(168,152,144); }

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