#A59D99

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

Shades of Del Rio #A59D99

Tints of Del Rio #A59D99

Color information

#A59D99 (or 0xA59D99) is unknown color: approx Del Rio. HEX triplet: A5, 9D and 99. RGB value is (165,157,153). Sum of RGB (Red+Green+Blue) = 165+157+153=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 165 - color contains mainly: red. Hex color #A59D99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59D99 is #5A6266. Grayscale: #9E9E9E. Windows color (decimal): -5923431 or 10067365. OLE color: 10067365.

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

Color convert

RGB165157153-
CMYK00.050.070.35
HSL20º6.25%62.35%-
HSV(B)20º7.27%64.71%-
XYZ33.3234.4135.02-
YUV158.94124.65132.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.74%
GREEN value IS 157 (61.72% from 255) = 33.05%
BLUE value IS 153 (60.16% from 255) = 32.21%
R=34.74%
G=33.05%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515715300.050.070.35206.2562.35
HexA59D99057231463e
Octal2452352310574324676
Binary101001011001110110011001010111110001110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59D99; }

 p { color: rgb(165,157,153); }

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

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

 a { background-color: rgb(165,157,153); }

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

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

 span { border-color: rgb(165,157,153); }

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