#A59A96

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

Shades of Del Rio #A59A96

Tints of Del Rio #A59A96

Color information

#A59A96 (or 0xA59A96) is unknown color: approx Del Rio. HEX triplet: A5, 9A and 96. RGB value is (165,154,150). Sum of RGB (Red+Green+Blue) = 165+154+150=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59A96 is #5A6569. Grayscale: #9C9C9C. Windows color (decimal): -5924202 or 9869989. OLE color: 9869989.

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

Color convert

RGB165154150-
CMYK00.070.090.35
HSL16º7.69%61.76%-
HSV(B)16º9.09%64.71%-
XYZ32.5833.3133.57-
YUV156.83124.14133.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.18%
GREEN value IS 154 (60.55% from 255) = 32.84%
BLUE value IS 150 (58.98% from 255) = 31.98%
R=35.18%
G=32.84%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515415000.070.090.35167.6961.76
HexA59A96079231083e
Octal245232226071143201076
Binary10100101100110101001011001111001100011100001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59A96; }

 p { color: rgb(165,154,150); }

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

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

 a { background-color: rgb(165,154,150); }

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

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

 span { border-color: rgb(165,154,150); }

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