Html Css Color HEX #ADA0A0 Nobel

📋 copy color: '#ADA0A0'

red 173 ◦ green 160 ◦ blue 160

#ADA0A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nobel #ADA0A0

Tints of Nobel #ADA0A0

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 value IS 0

 M value IS 0.08

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#ADA0A0 (or 0xADA0A0) is known color: 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

RGB 173 160 160 -
CMYK 0 0.08 0.08 0.32
HSL 0.07% 0.65% -
HSV(B) 0.08% 0.68% -
XYZ 36.15 36.56 38.41 -
YUV 163.89 125.81 134.5 -
System Red Green Blue C M Y K H S L
Decimal 173 160 160 0 0.08 0.08 0.32 0 0.07 0.65
Hex AD A0 A0 0 8 8 20 0 7 41
Octal 255 240 240 0 10 10 40 0 7 101
Binary 10101101 10100000 10100000 0 1000 1000 100000 0 111 1000001

Color Harmonies of #ADA0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA0A0

Black with #ADA0A0

Text Example


Text Example

White with #ADA0A0

Text Example


Text Example

HTML Codes & Css Web 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>