#A09999

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

Shades of Nobel #A09999

Tints of Nobel #A09999

Color information

#A09999 (or 0xA09999) is unknown color: approx Nobel. HEX triplet: A0, 99 and 99. RGB value is (160,153,153). Sum of RGB (Red+Green+Blue) = 160+153+153=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 160 - color contains mainly: red. Hex color #A09999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09999 is #5F6666. Grayscale: #9B9B9B. Windows color (decimal): -6252135 or 10066336. OLE color: 10066336.

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

Color convert

RGB160153153-
CMYK00.040.040.37
HSL3.55%61.37%-
HSV(B)4.37%62.75%-
XYZ31.6432.5634.75-
YUV155.09126.82131.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.33%
GREEN value IS 153 (60.16% from 255) = 32.83%
BLUE value IS 153 (60.16% from 255) = 32.83%
R=34.33%
G=32.83%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015315300.040.040.3703.5561.37
HexA0999904425043d
Octal240231231044450475
Binary10100000100110011001100101001001001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09999; }

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

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

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

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

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

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

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

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