#AD9990

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

Shades of Del Rio #AD9990

Tints of Del Rio #AD9990

Color information

#AD9990 (or 0xAD9990) is unknown color: approx Del Rio. HEX triplet: AD, 99 and 90. RGB value is (173,153,144). Sum of RGB (Red+Green+Blue) = 173+153+144=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9990 is #52666F. Grayscale: #9E9E9E. Windows color (decimal): -5400176 or 9476525. OLE color: 9476525.

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

Color convert

RGB173153144-
CMYK00.120.170.32
HSL18.62º15.03%62.16%-
HSV(B)18.62º16.76%67.84%-
XYZ33.6633.6831.11-
YUV157.95120.13138.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.81%
GREEN value IS 153 (60.16% from 255) = 32.55%
BLUE value IS 144 (56.64% from 255) = 30.64%
R=36.81%
G=32.55%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315314400.120.170.3218.6215.0362.16
HexAD99900C112013f3e
Octal2552312200142140231776
Binary1010110110011001100100000110010001100000100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9990; }

 p { color: rgb(173,153,144); }

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

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

 a { background-color: rgb(173,153,144); }

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

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

 span { border-color: rgb(173,153,144); }

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