#A99A93

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

Shades of Del Rio #A99A93

Tints of Del Rio #A99A93

Color information

#A99A93 (or 0xA99A93) is unknown color: approx Del Rio. HEX triplet: A9, 9A and 93. RGB value is (169,154,147). Sum of RGB (Red+Green+Blue) = 169+154+147=470 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.96% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 147 (57.81% from 255 or 31.28% from 470); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99A93 is #56656C. Grayscale: #9D9D9D. Windows color (decimal): -5662061 or 9673385. OLE color: 9673385.

HSL color Cylindrical-coordinate representation of color #A99A93: hue angle of 19.09º 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 #A99A93 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB169154147-
CMYK00.090.130.34
HSL19.09º11.34%61.96%-
HSV(B)19.09º13.02%66.27%-
XYZ33.1833.6532.35-
YUV157.69121.97136.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.96%
GREEN value IS 154 (60.55% from 255) = 32.77%
BLUE value IS 147 (57.81% from 255) = 31.28%
R=35.96%
G=32.77%
B=31.28%

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
Decimal16915414700.090.130.3419.0911.3461.96
HexA99A9309D2213b3e
Octal2512322230111542231376
Binary101010011001101010010011010011101100010100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99A93; }

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

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

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

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

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

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

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

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