#A69B97

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

Shades of Del Rio #A69B97

Tints of Del Rio #A69B97

Color information

#A69B97 (or 0xA69B97) is unknown color: approx Del Rio. HEX triplet: A6, 9B and 97. RGB value is (166,155,151). Sum of RGB (Red+Green+Blue) = 166+155+151=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 151 (59.38% from 255 or 31.99% from 472); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69B97 is #596468. Grayscale: #9D9D9D. Windows color (decimal): -5858409 or 9935782. OLE color: 9935782.

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

Color convert

RGB166155151-
CMYK00.070.090.35
HSL16º7.77%62.16%-
HSV(B)16º9.04%65.1%-
XYZ33.0333.7834.06-
YUV157.83124.14133.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.17%
GREEN value IS 155 (60.94% from 255) = 32.84%
BLUE value IS 151 (59.38% from 255) = 31.99%
R=35.17%
G=32.84%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615515100.070.090.35167.7762.16
HexA69B97079231083e
Octal246233227071143201076
Binary10100110100110111001011101111001100011100001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69B97; }

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

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

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

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

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

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

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

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