#ADA099

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

Shades of Del Rio #ADA099

Tints of Del Rio #ADA099

Color information

#ADA099 (or 0xADA099) is unknown color: approx Del Rio. HEX triplet: AD, A0 and 99. RGB value is (173,160,153). Sum of RGB (Red+Green+Blue) = 173+160+153=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA099 is #525F66. Grayscale: #A3A3A3. Windows color (decimal): -5398375 or 10068141. OLE color: 10068141.

HSL color Cylindrical-coordinate representation of color #ADA099: hue angle of 21º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADA099 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB173160153-
CMYK00.080.120.32
HSL21º10.87%63.92%-
HSV(B)21º11.56%67.84%-
XYZ35.5536.3335.27-
YUV163.09122.31135.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.60%
GREEN value IS 160 (62.89% from 255) = 32.92%
BLUE value IS 153 (60.16% from 255) = 31.48%
R=35.60%
G=32.92%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316015300.080.120.322110.8763.92
HexADA09908C2015b40
Octal25524023101014402513100
Binary1010110110100000100110010100011001000001010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA099; }

 p { color: rgb(173,160,153); }

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

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

 a { background-color: rgb(173,160,153); }

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

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

 span { border-color: rgb(173,160,153); }

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