#AD9A92

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

Shades of Del Rio #AD9A92

Tints of Del Rio #AD9A92

Color information

#AD9A92 (or 0xAD9A92) is unknown color: approx Del Rio. HEX triplet: AD, 9A and 92. RGB value is (173,154,146). Sum of RGB (Red+Green+Blue) = 173+154+146=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9A92 is #52656D. Grayscale: #9E9E9E. Windows color (decimal): -5399918 or 9607853. OLE color: 9607853.

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

Color convert

RGB173154146-
CMYK00.110.160.32
HSL17.78º14.14%62.55%-
HSV(B)17.78º15.61%67.84%-
XYZ33.9834.0731.98-
YUV158.77120.79138.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.58%
GREEN value IS 154 (60.55% from 255) = 32.56%
BLUE value IS 146 (57.42% from 255) = 30.87%
R=36.58%
G=32.56%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315414600.110.160.3217.7814.1462.55
HexAD9A920B102012e3f
Octal2552322220132040221677
Binary1010110110011010100100100101110000100000100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9A92; }

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

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

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

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

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

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

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

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