#ADA098

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

Shades of Del Rio #ADA098

Tints of Del Rio #ADA098

Color information

#ADA098 (or 0xADA098) is unknown color: approx Del Rio. HEX triplet: AD, A0 and 98. RGB value is (173,160,152). Sum of RGB (Red+Green+Blue) = 173+160+152=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 152 (59.77% from 255 or 31.34% from 485); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA098 is #525F67. Grayscale: #A3A3A3. Windows color (decimal): -5398376 or 10002605. OLE color: 10002605.

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

Color convert

RGB173160152-
CMYK00.080.120.32
HSL22.86º11.35%63.73%-
HSV(B)22.86º12.14%67.84%-
XYZ35.4736.2934.84-
YUV162.98121.81135.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.67%
GREEN value IS 160 (62.89% from 255) = 32.99%
BLUE value IS 152 (59.77% from 255) = 31.34%
R=35.67%
G=32.99%
B=31.34%

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
Decimal17316015200.080.120.3222.8611.3563.73
HexADA09808C2017b40
Octal25524023001014402713100
Binary1010110110100000100110000100011001000001011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA098; }

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

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

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

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

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

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

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

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