#ADA199

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

Shades of Del Rio #ADA199

Tints of Del Rio #ADA199

Color information

#ADA199 (or 0xADA199) is unknown color: approx Del Rio. HEX triplet: AD, A1 and 99. RGB value is (173,161,153). Sum of RGB (Red+Green+Blue) = 173+161+153=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA199 is #525E66. Grayscale: #A3A3A3. Windows color (decimal): -5398119 or 10068397. OLE color: 10068397.

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

Color convert

RGB173161153-
CMYK00.070.120.32
HSL24º10.87%63.92%-
HSV(B)24º11.56%67.84%-
XYZ35.7336.6735.33-
YUV163.68121.98134.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.52%
GREEN value IS 161 (63.28% from 255) = 33.06%
BLUE value IS 153 (60.16% from 255) = 31.42%
R=35.52%
G=33.06%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316115300.070.120.322410.8763.92
HexADA19907C2018b40
Octal2552412310714403013100
Binary101011011010000110011001011111001000001100010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA199; }

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

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

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

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

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

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

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

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