#AD988B

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

Shades of Del Rio #AD988B

Tints of Del Rio #AD988B

Color information

#AD988B (or 0xAD988B) is unknown color: approx Del Rio. HEX triplet: AD, 98 and 8B. RGB value is (173,152,139). Sum of RGB (Red+Green+Blue) = 173+152+139=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 173 - color contains mainly: red. Hex color #AD988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD988B is #526774. Grayscale: #9C9C9C. Windows color (decimal): -5400437 or 9148589. OLE color: 9148589.

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

Color convert

RGB173152139-
CMYK00.120.200.32
HSL22.94º17.17%61.18%-
HSV(B)22.94º19.65%67.84%-
XYZ33.1233.229.09-
YUV156.8117.96139.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.28%
GREEN value IS 152 (59.77% from 255) = 32.76%
BLUE value IS 139 (54.69% from 255) = 29.96%
R=37.28%
G=32.76%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315213900.120.200.3222.9417.1761.18
HexAD988B0C142017113d
Octal2552302130142440272175
Binary10101101100110001000101101100101001000001011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD988B; }

 p { color: rgb(173,152,139); }

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

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

 a { background-color: rgb(173,152,139); }

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

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

 span { border-color: rgb(173,152,139); }

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