#A99992

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

Shades of Del Rio #A99992

Tints of Del Rio #A99992

Color information

#A99992 (or 0xA99992) is unknown color: approx Del Rio. HEX triplet: A9, 99 and 92. RGB value is (169,153,146). Sum of RGB (Red+Green+Blue) = 169+153+146=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 169 - color contains mainly: red. Hex color #A99992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99992 is #56666D. Grayscale: #9D9D9D. Windows color (decimal): -5662318 or 9607593. OLE color: 9607593.

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

Color convert

RGB169153146-
CMYK00.090.140.34
HSL18.26º11.79%61.76%-
HSV(B)18.26º13.61%66.27%-
XYZ32.9433.2931.88-
YUV156.99121.8136.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.11%
GREEN value IS 153 (60.16% from 255) = 32.69%
BLUE value IS 146 (57.42% from 255) = 31.20%
R=36.11%
G=32.69%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915314600.090.140.3418.2611.7961.76
HexA9999209E2212c3e
Octal2512312220111642221476
Binary101010011001100110010010010011110100010100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99992; }

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

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

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

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

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

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

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

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