#ADA09A

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

Shades of Del Rio #ADA09A

Tints of Del Rio #ADA09A

Color information

#ADA09A (or 0xADA09A) is unknown color: approx Del Rio. HEX triplet: AD, A0 and 9A. RGB value is (173,160,154). Sum of RGB (Red+Green+Blue) = 173+160+154=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA09A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA09A is #525F65. Grayscale: #A3A3A3. Windows color (decimal): -5398374 or 10133677. OLE color: 10133677.

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

Color convert

RGB173160154-
CMYK00.080.110.32
HSL18.95º10.38%64.12%-
HSV(B)18.95º10.98%67.84%-
XYZ35.6436.3635.71-
YUV163.2122.81134.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.52%
GREEN value IS 160 (62.89% from 255) = 32.85%
BLUE value IS 154 (60.55% from 255) = 31.62%
R=35.52%
G=32.85%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316015400.080.110.3218.9510.3864.12
HexADA09A08B2013a40
Octal25524023201013402312100
Binary1010110110100000100110100100010111000001001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA09A; }

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

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

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

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

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

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

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

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