#ADA09E

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

Shades of Nobel #ADA09E

Tints of Nobel #ADA09E

Color information

#ADA09E (or 0xADA09E) is unknown color: approx Nobel. HEX triplet: AD, A0 and 9E. RGB value is (173,160,158). Sum of RGB (Red+Green+Blue) = 173+160+158=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA09E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA09E is #525F61. Grayscale: #A3A3A3. Windows color (decimal): -5398370 or 10395821. OLE color: 10395821.

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

Color convert

RGB173160158-
CMYK00.080.090.32
HSL8.38%64.9%-
HSV(B)8.67%67.84%-
XYZ35.9836.4937.5-
YUV163.66124.81134.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.23%
GREEN value IS 160 (62.89% from 255) = 32.59%
BLUE value IS 158 (62.11% from 255) = 32.18%
R=35.23%
G=32.59%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316015800.080.090.3288.3864.9
HexADA09E089208841
Octal25524023601011401010101
Binary101011011010000010011110010001001100000100010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA09E; }

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

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

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

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

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

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

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

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