#A49D9A

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

Shades of Del Rio #A49D9A

Tints of Del Rio #A49D9A

Color information

#A49D9A (or 0xA49D9A) is unknown color: approx Del Rio. HEX triplet: A4, 9D and 9A. RGB value is (164,157,154). Sum of RGB (Red+Green+Blue) = 164+157+154=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49D9A is #5B6265. Grayscale: #9E9E9E. Windows color (decimal): -5988966 or 10132900. OLE color: 10132900.

HSL color Cylindrical-coordinate representation of color #A49D9A: hue angle of 18º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A49D9A is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB164157154-
CMYK00.040.060.36
HSL18º5.21%62.35%-
HSV(B)18º6.1%64.31%-
XYZ33.234.3435.45-
YUV158.75125.32131.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.53%
GREEN value IS 157 (61.72% from 255) = 33.05%
BLUE value IS 154 (60.55% from 255) = 32.42%
R=34.53%
G=33.05%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415715400.040.060.36185.2162.35
HexA49D9A046241253e
Octal2442352320464422576
Binary101001001001110110011010010011010010010010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49D9A; }

 p { color: rgb(164,157,154); }

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

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

 a { background-color: rgb(164,157,154); }

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

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

 span { border-color: rgb(164,157,154); }

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