#A09E9E

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

Shades of Nobel #A09E9E

Tints of Nobel #A09E9E

Color information

#A09E9E (or 0xA09E9E) is unknown color: approx Nobel. HEX triplet: A0, 9E and 9E. RGB value is (160,158,158). Sum of RGB (Red+Green+Blue) = 160+158+158=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 160 - color contains mainly: red. Hex color #A09E9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09E9E is #5F6161. Grayscale: #9E9E9E. Windows color (decimal): -6250850 or 10395296. OLE color: 10395296.

HSL color Cylindrical-coordinate representation of color #A09E9E: hue angle of 0º degrees, saturation: 0.01, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #A09E9E is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB160158158-
CMYK00.010.010.37
HSL1.04%62.35%-
HSV(B)1.25%62.75%-
XYZ32.934.437.25-
YUV158.6127.66129-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.61%
GREEN value IS 158 (62.11% from 255) = 33.19%
BLUE value IS 158 (62.11% from 255) = 33.19%
R=33.61%
G=33.19%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015815800.010.010.3701.0462.35
HexA09E9E01125013e
Octal240236236011450176
Binary10100000100111101001111001110010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09E9E; }

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

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

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

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

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

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

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

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