#A59690

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

Shades of Del Rio #A59690

Tints of Del Rio #A59690

Color information

#A59690 (or 0xA59690) is unknown color: approx Del Rio. HEX triplet: A5, 96 and 90. RGB value is (165,150,144). Sum of RGB (Red+Green+Blue) = 165+150+144=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 165 - color contains mainly: red. Hex color #A59690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59690 is #5A696F. Grayscale: #999999. Windows color (decimal): -5925232 or 9475749. OLE color: 9475749.

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

Color convert

RGB165150144-
CMYK00.090.130.35
HSL17.14º10.45%60.59%-
HSV(B)17.14º12.73%64.71%-
XYZ31.4631.8330.87-
YUV153.8122.47135.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.95%
GREEN value IS 150 (58.98% from 255) = 32.68%
BLUE value IS 144 (56.64% from 255) = 31.37%
R=35.95%
G=32.68%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515014400.090.130.3517.1410.4560.59
HexA5969009D2311a3d
Octal2452262200111543211275
Binary101001011001011010010000010011101100011100011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59690; }

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

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

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

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

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

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

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

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