#ADA0A0

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

Shades of Nobel #ADA0A0

Tints of Nobel #ADA0A0

Color information

#ADA0A0 (or 0xADA0A0) is unknown color: approx Nobel. HEX triplet: AD, A0 and A0. RGB value is (173,160,160). Sum of RGB (Red+Green+Blue) = 173+160+160=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA0A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA0A0 is #525F5F. Grayscale: #A3A3A3. Windows color (decimal): -5398368 or 10526893. OLE color: 10526893.

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

Color convert

RGB173160160-
CMYK00.080.080.32
HSL7.34%65.29%-
HSV(B)7.51%67.84%-
XYZ36.1536.5638.41-
YUV163.89125.81134.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.09%
GREEN value IS 160 (62.89% from 255) = 32.45%
BLUE value IS 160 (62.89% from 255) = 32.45%
R=35.09%
G=32.45%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316016000.080.080.3207.3465.29
HexADA0A0088200741
Octal255240240010104007101
Binary10101101101000001010000001000100010000001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA0A0; }

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

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

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

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

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

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

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

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