#AD9B8E

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

Shades of Del Rio #AD9B8E

Tints of Del Rio #AD9B8E

Color information

#AD9B8E (or 0xAD9B8E) is unknown color: approx Del Rio. HEX triplet: AD, 9B and 8E. RGB value is (173,155,142). Sum of RGB (Red+Green+Blue) = 173+155+142=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9B8E is #526471. Grayscale: #9E9E9E. Windows color (decimal): -5399666 or 9345965. OLE color: 9345965.

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

Color convert

RGB173155142-
CMYK00.100.180.32
HSL25.16º15.9%61.76%-
HSV(B)25.16º17.92%67.84%-
XYZ33.8434.2830.42-
YUV158.9118.46138.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.81%
GREEN value IS 155 (60.94% from 255) = 32.98%
BLUE value IS 142 (55.86% from 255) = 30.21%
R=36.81%
G=32.98%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315514200.100.180.3225.1615.961.76
HexAD9B8E0A122019103e
Octal2552332160122240312076
Binary10101101100110111000111001010100101000001100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9B8E; }

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

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

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

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

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

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

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

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