#A99B95

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

Shades of Del Rio #A99B95

Tints of Del Rio #A99B95

Color information

#A99B95 (or 0xA99B95) is unknown color: approx Del Rio. HEX triplet: A9, 9B and 95. RGB value is (169,155,149). Sum of RGB (Red+Green+Blue) = 169+155+149=473 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.73% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 169 - color contains mainly: red. Hex color #A99B95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99B95 is #56646A. Grayscale: #9E9E9E. Windows color (decimal): -5661803 or 9804713. OLE color: 9804713.

HSL color Cylindrical-coordinate representation of color #A99B95: hue angle of 18º degrees, saturation: 0.1, 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 #A99B95 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB169155149-
CMYK00.080.120.34
HSL18º10.42%62.35%-
HSV(B)18º11.83%66.27%-
XYZ33.5134.0533.24-
YUV158.5122.64135.49-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.73%
GREEN value IS 155 (60.94% from 255) = 32.77%
BLUE value IS 149 (58.59% from 255) = 31.50%
R=35.73%
G=32.77%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915514900.080.120.341810.4262.35
HexA99B9508C2212a3e
Octal2512332250101442221276
Binary101010011001101110010101010001100100010100101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99B95; }

 p { color: rgb(169,155,149); }

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

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

 a { background-color: rgb(169,155,149); }

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

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

 span { border-color: rgb(169,155,149); }

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