#AD9A93

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

Shades of Del Rio #AD9A93

Tints of Del Rio #AD9A93

Color information

#AD9A93 (or 0xAD9A93) is unknown color: approx Del Rio. HEX triplet: AD, 9A and 93. RGB value is (173,154,147). Sum of RGB (Red+Green+Blue) = 173+154+147=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 147 (57.81% from 255 or 31.01% from 474); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9A93 is #52656C. Grayscale: #9E9E9E. Windows color (decimal): -5399917 or 9673389. OLE color: 9673389.

HSL color Cylindrical-coordinate representation of color #AD9A93: hue angle of 16.15º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AD9A93 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB173154147-
CMYK00.110.150.32
HSL16.15º13.68%62.75%-
HSV(B)16.15º15.03%67.84%-
XYZ34.0634.132.39-
YUV158.88121.29138.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.50%
GREEN value IS 154 (60.55% from 255) = 32.49%
BLUE value IS 147 (57.81% from 255) = 31.01%
R=36.50%
G=32.49%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315414700.110.150.3216.1513.6862.75
HexAD9A930BF2010e3f
Octal2552322230131740201677
Binary101011011001101010010011010111111100000100001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9A93; }

 p { color: rgb(173,154,147); }

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

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

 a { background-color: rgb(173,154,147); }

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

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

 span { border-color: rgb(173,154,147); }

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