#AD968E

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

Shades of Del Rio #AD968E

Tints of Del Rio #AD968E

Color information

#AD968E (or 0xAD968E) is unknown color: approx Del Rio. HEX triplet: AD, 96 and 8E. RGB value is (173,150,142). Sum of RGB (Red+Green+Blue) = 173+150+142=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 173 - color contains mainly: red. Hex color #AD968E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD968E is #526971. Grayscale: #9C9C9C. Windows color (decimal): -5400946 or 9344685. OLE color: 9344685.

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

Color convert

RGB173150142-
CMYK00.130.180.32
HSL15.48º15.9%61.76%-
HSV(B)15.48º17.92%67.84%-
XYZ33.0232.6530.15-
YUV155.96120.12140.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.20%
GREEN value IS 150 (58.98% from 255) = 32.26%
BLUE value IS 142 (55.86% from 255) = 30.54%
R=37.20%
G=32.26%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315014200.130.180.3215.4815.961.76
HexAD968E0D1220f103e
Octal2552262160152240172076
Binary1010110110010110100011100110110010100000111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD968E; }

 p { color: rgb(173,150,142); }

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

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

 a { background-color: rgb(173,150,142); }

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

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

 span { border-color: rgb(173,150,142); }

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