#A69994

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

Shades of Del Rio #A69994

Tints of Del Rio #A69994

Color information

#A69994 (or 0xA69994) is unknown color: approx Del Rio. HEX triplet: A6, 99 and 94. RGB value is (166,153,148). Sum of RGB (Red+Green+Blue) = 166+153+148=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 166 - color contains mainly: red. Hex color #A69994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69994 is #59666B. Grayscale: #9C9C9C. Windows color (decimal): -5858924 or 9738662. OLE color: 9738662.

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

Color convert

RGB166153148-
CMYK00.080.110.35
HSL16.67º9.18%61.57%-
HSV(B)16.67º10.84%65.1%-
XYZ32.4633.0332.68-
YUV156.32123.31134.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.55%
GREEN value IS 153 (60.16% from 255) = 32.76%
BLUE value IS 148 (58.20% from 255) = 31.69%
R=35.55%
G=32.76%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615314800.080.110.3516.679.1861.57
HexA6999408B231193e
Octal2462312240101343211176
Binary101001101001100110010100010001011100011100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69994; }

 p { color: rgb(166,153,148); }

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

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

 a { background-color: rgb(166,153,148); }

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

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

 span { border-color: rgb(166,153,148); }

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