#A69E9A

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

Shades of Del Rio #A69E9A

Tints of Del Rio #A69E9A

Color information

#A69E9A (or 0xA69E9A) is unknown color: approx Del Rio. HEX triplet: A6, 9E and 9A. RGB value is (166,158,154). Sum of RGB (Red+Green+Blue) = 166+158+154=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 166 - color contains mainly: red. Hex color #A69E9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69E9A is #596165. Grayscale: #9F9F9F. Windows color (decimal): -5857638 or 10133158. OLE color: 10133158.

HSL color Cylindrical-coordinate representation of color #A69E9A: hue angle of 20º 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 #A69E9A is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB166158154-
CMYK00.050.070.35
HSL20º6.32%62.75%-
HSV(B)20º7.23%65.1%-
XYZ33.7934.8935.53-
YUV159.94124.65132.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.73%
GREEN value IS 158 (62.11% from 255) = 33.05%
BLUE value IS 154 (60.55% from 255) = 32.22%
R=34.73%
G=33.05%
B=32.22%

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
Decimal16615815400.050.070.35206.3262.75
HexA69E9A057231463f
Octal2462362320574324677
Binary101001101001111010011010010111110001110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69E9A; }

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

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

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

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

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

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

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

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