#A69C97

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

Shades of Del Rio #A69C97

Tints of Del Rio #A69C97

Color information

#A69C97 (or 0xA69C97) is unknown color: approx Del Rio. HEX triplet: A6, 9C and 97. RGB value is (166,156,151). Sum of RGB (Red+Green+Blue) = 166+156+151=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 151 (59.38% from 255 or 31.92% from 473); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69C97 is #596368. Grayscale: #9E9E9E. Windows color (decimal): -5858153 or 9936038. OLE color: 9936038.

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

Color convert

RGB166156151-
CMYK00.060.090.35
HSL20º7.77%62.16%-
HSV(B)20º9.04%65.1%-
XYZ33.234.1234.11-
YUV158.42123.81133.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.10%
GREEN value IS 156 (61.33% from 255) = 32.98%
BLUE value IS 151 (59.38% from 255) = 31.92%
R=35.10%
G=32.98%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615615100.060.090.35207.7762.16
HexA69C97069231483e
Octal246234227061143241076
Binary10100110100111001001011101101001100011101001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69C97; }

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

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

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

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

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

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

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

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