#A69690

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

Shades of Del Rio #A69690

Tints of Del Rio #A69690

Color information

#A69690 (or 0xA69690) is unknown color: approx Del Rio. HEX triplet: A6, 96 and 90. RGB value is (166,150,144). Sum of RGB (Red+Green+Blue) = 166+150+144=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 166 - color contains mainly: red. Hex color #A69690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69690 is #59696F. Grayscale: #9A9A9A. Windows color (decimal): -5859696 or 9475750. OLE color: 9475750.

HSL color Cylindrical-coordinate representation of color #A69690: hue angle of 16.36º degrees, saturation: 0.11, 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 #A69690 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB166150144-
CMYK00.100.130.35
HSL16.36º11%60.78%-
HSV(B)16.36º13.25%65.1%-
XYZ31.6731.9330.88-
YUV154.1122.3136.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.09%
GREEN value IS 150 (58.98% from 255) = 32.61%
BLUE value IS 144 (56.64% from 255) = 31.30%
R=36.09%
G=32.61%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615014400.100.130.3516.361160.78
HexA696900AD2310b3d
Octal2462262200121543201375
Binary101001101001011010010000010101101100011100001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69690; }

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

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

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

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

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

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

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

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