#A89993

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

Shades of Del Rio #A89993

Tints of Del Rio #A89993

Color information

#A89993 (or 0xA89993) is unknown color: approx Del Rio. HEX triplet: A8, 99 and 93. RGB value is (168,153,147). Sum of RGB (Red+Green+Blue) = 168+153+147=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 168 - color contains mainly: red. Hex color #A89993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89993 is #57666C. Grayscale: #9C9C9C. Windows color (decimal): -5727853 or 9673128. OLE color: 9673128.

HSL color Cylindrical-coordinate representation of color #A89993: hue angle of 17.14º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A89993 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB168153147-
CMYK00.090.130.34
HSL17.14º10.77%61.76%-
HSV(B)17.14º12.5%65.88%-
XYZ32.8133.2132.29-
YUV156.8122.47135.99-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.90%
GREEN value IS 153 (60.16% from 255) = 32.69%
BLUE value IS 147 (57.81% from 255) = 31.41%
R=35.90%
G=32.69%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815314700.090.130.3417.1410.7761.76
HexA8999309D2211b3e
Octal2502312230111542211376
Binary101010001001100110010011010011101100010100011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89993; }

 p { color: rgb(168,153,147); }

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

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

 a { background-color: rgb(168,153,147); }

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

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

 span { border-color: rgb(168,153,147); }

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