#A99993

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

Shades of Del Rio #A99993

Tints of Del Rio #A99993

Color information

#A99993 (or 0xA99993) is unknown color: approx Del Rio. HEX triplet: A9, 99 and 93. RGB value is (169,153,147). Sum of RGB (Red+Green+Blue) = 169+153+147=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 169 - color contains mainly: red. Hex color #A99993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99993 is #56666C. Grayscale: #9D9D9D. Windows color (decimal): -5662317 or 9673129. OLE color: 9673129.

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

Color convert

RGB169153147-
CMYK00.090.130.34
HSL16.36º11.34%61.96%-
HSV(B)16.36º13.02%66.27%-
XYZ33.0233.3232.3-
YUV157.1122.3136.49-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.03%
GREEN value IS 153 (60.16% from 255) = 32.62%
BLUE value IS 147 (57.81% from 255) = 31.34%
R=36.03%
G=32.62%
B=31.34%

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
Decimal16915314700.090.130.3416.3611.3461.96
HexA9999309D2210b3e
Octal2512312230111542201376
Binary101010011001100110010011010011101100010100001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99993; }

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

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

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

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

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

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

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

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