#ADA2A2

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

Shades of Nobel #ADA2A2

Tints of Nobel #ADA2A2

Color information

#ADA2A2 (or 0xADA2A2) is unknown color: approx Nobel. HEX triplet: AD, A2 and A2. RGB value is (173,162,162). Sum of RGB (Red+Green+Blue) = 173+162+162=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 162 (63.67% from 255 or 32.60% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA2A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA2A2 is #525D5D. Grayscale: #A5A5A5. Windows color (decimal): -5397854 or 10658477. OLE color: 10658477.

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

Color convert

RGB173162162-
CMYK00.060.060.32
HSL6.29%65.69%-
HSV(B)6.36%67.84%-
XYZ36.6837.3339.46-
YUV165.29126.14133.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.81%
GREEN value IS 162 (63.67% from 255) = 32.60%
BLUE value IS 162 (63.67% from 255) = 32.60%
R=34.81%
G=32.60%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316216200.060.060.3206.2965.69
HexADA2A2066200642
Octal2552422420664006102
Binary101011011010001010100010011011010000001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA2A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA2A2; }

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

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

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

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

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

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

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

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