#AD958D

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

Shades of Del Rio #AD958D

Tints of Del Rio #AD958D

Color information

#AD958D (or 0xAD958D) is unknown color: approx Del Rio. HEX triplet: AD, 95 and 8D. RGB value is (173,149,141). Sum of RGB (Red+Green+Blue) = 173+149+141=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 173 - color contains mainly: red. Hex color #AD958D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD958D is #526A72. Grayscale: #9B9B9B. Windows color (decimal): -5401203 or 9278893. OLE color: 9278893.

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

Color convert

RGB173149141-
CMYK00.140.180.32
HSL15º16.33%61.57%-
HSV(B)15º18.5%67.84%-
XYZ32.7932.329.71-
YUV155.26119.95140.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.37%
GREEN value IS 149 (58.59% from 255) = 32.18%
BLUE value IS 141 (55.47% from 255) = 30.45%
R=37.37%
G=32.18%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314914100.140.180.321516.3361.57
HexAD958D0E1220f103e
Octal2552252150162240172076
Binary1010110110010101100011010111010010100000111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD958D; }

 p { color: rgb(173,149,141); }

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

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

 a { background-color: rgb(173,149,141); }

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

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

 span { border-color: rgb(173,149,141); }

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