#AD9C90

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

Shades of Del Rio #AD9C90

Tints of Del Rio #AD9C90

Color information

#AD9C90 (or 0xAD9C90) is unknown color: approx Del Rio. HEX triplet: AD, 9C and 90. RGB value is (173,156,144). Sum of RGB (Red+Green+Blue) = 173+156+144=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9C90 is #52636F. Grayscale: #9F9F9F. Windows color (decimal): -5399408 or 9477293. OLE color: 9477293.

HSL color Cylindrical-coordinate representation of color #AD9C90: hue angle of 24.83º 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 #AD9C90 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB173156144-
CMYK00.100.170.32
HSL24.83º15.03%62.16%-
HSV(B)24.83º16.76%67.84%-
XYZ34.1634.6731.28-
YUV159.71119.13137.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.58%
GREEN value IS 156 (61.33% from 255) = 32.98%
BLUE value IS 144 (56.64% from 255) = 30.44%
R=36.58%
G=32.98%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315614400.100.170.3224.8315.0362.16
HexAD9C900A112019f3e
Octal2552342200122140311776
Binary1010110110011100100100000101010001100000110011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9C90; }

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

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

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

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

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

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

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

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