#A69892

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

Shades of Del Rio #A69892

Tints of Del Rio #A69892

Color information

#A69892 (or 0xA69892) is unknown color: approx Del Rio. HEX triplet: A6, 98 and 92. RGB value is (166,152,146). Sum of RGB (Red+Green+Blue) = 166+152+146=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 166 - color contains mainly: red. Hex color #A69892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69892 is #59676D. Grayscale: #9B9B9B. Windows color (decimal): -5859182 or 9607334. OLE color: 9607334.

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

Color convert

RGB166152146-
CMYK00.080.120.35
HSL18º10.1%61.18%-
HSV(B)18º12.05%65.1%-
XYZ32.1432.6431.8-
YUV155.5122.64135.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.78%
GREEN value IS 152 (59.77% from 255) = 32.76%
BLUE value IS 146 (57.42% from 255) = 31.47%
R=35.78%
G=32.76%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615214600.080.120.351810.161.18
HexA6989208C2312a3d
Octal2462302220101443221275
Binary101001101001100010010010010001100100011100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69892; }

 p { color: rgb(166,152,146); }

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

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

 a { background-color: rgb(166,152,146); }

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

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

 span { border-color: rgb(166,152,146); }

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