#A99C95

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

Shades of Del Rio #A99C95

Tints of Del Rio #A99C95

Color information

#A99C95 (or 0xA99C95) is unknown color: approx Del Rio. HEX triplet: A9, 9C and 95. RGB value is (169,156,149). Sum of RGB (Red+Green+Blue) = 169+156+149=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 169 - color contains mainly: red. Hex color #A99C95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99C95 is #56636A. Grayscale: #9F9F9F. Windows color (decimal): -5661547 or 9804969. OLE color: 9804969.

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

Color convert

RGB169156149-
CMYK00.080.120.34
HSL21º10.42%62.35%-
HSV(B)21º11.83%66.27%-
XYZ33.6834.3833.3-
YUV159.09122.31135.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.65%
GREEN value IS 156 (61.33% from 255) = 32.91%
BLUE value IS 149 (58.59% from 255) = 31.43%
R=35.65%
G=32.91%
B=31.43%

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
Decimal16915614900.080.120.342110.4262.35
HexA99C9508C2215a3e
Octal2512342250101442251276
Binary101010011001110010010101010001100100010101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99C95; }

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

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

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

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

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

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

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

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