#AD958C

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

Shades of Del Rio #AD958C

Tints of Del Rio #AD958C

Color information

#AD958C (or 0xAD958C) is unknown color: approx Del Rio. HEX triplet: AD, 95 and 8C. RGB value is (173,149,140). Sum of RGB (Red+Green+Blue) = 173+149+140=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 173 - color contains mainly: red. Hex color #AD958C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD958C is #526A73. Grayscale: #9B9B9B. Windows color (decimal): -5401204 or 9213357. OLE color: 9213357.

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

Color convert

RGB173149140-
CMYK00.140.190.32
HSL16.36º16.75%61.37%-
HSV(B)16.36º19.08%67.84%-
XYZ32.7132.2729.32-
YUV155.15119.45140.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.45%
GREEN value IS 149 (58.59% from 255) = 32.25%
BLUE value IS 140 (55.08% from 255) = 30.30%
R=37.45%
G=32.25%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314914000.140.190.3216.3616.7561.37
HexAD958C0E132010113d
Octal2552252140162340202175
Binary10101101100101011000110001110100111000001000010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD958C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD958C; }

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

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

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

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

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

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

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

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