#A69E9B

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

Shades of Del Rio #A69E9B

Tints of Del Rio #A69E9B

Color information

#A69E9B (or 0xA69E9B) is unknown color: approx Del Rio. HEX triplet: A6, 9E and 9B. RGB value is (166,158,155). Sum of RGB (Red+Green+Blue) = 166+158+155=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 155 (60.94% from 255 or 32.36% from 479); Max value from RGB is 166 - color contains mainly: red. Hex color #A69E9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69E9B is #596164. Grayscale: #A0A0A0. Windows color (decimal): -5857637 or 10198694. OLE color: 10198694.

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

Color convert

RGB166158155-
CMYK00.050.070.35
HSL16.36º5.82%62.94%-
HSV(B)16.36º6.63%65.1%-
XYZ33.8734.9335.97-
YUV160.05125.15132.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.66%
GREEN value IS 158 (62.11% from 255) = 32.99%
BLUE value IS 155 (60.94% from 255) = 32.36%
R=34.66%
G=32.99%
B=32.36%

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
Decimal16615815500.050.070.3516.365.8262.94
HexA69E9B057231063f
Octal2462362330574320677
Binary101001101001111010011011010111110001110000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69E9B; }

 p { color: rgb(166,158,155); }

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

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

 a { background-color: rgb(166,158,155); }

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

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

 span { border-color: rgb(166,158,155); }

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