#A29999

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

Shades of Nobel #A29999

Tints of Nobel #A29999

Color information

#A29999 (or 0xA29999) is unknown color: approx Nobel. HEX triplet: A2, 99 and 99. RGB value is (162,153,153). Sum of RGB (Red+Green+Blue) = 162+153+153=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 162 - color contains mainly: red. Hex color #A29999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29999 is #5D6666. Grayscale: #9B9B9B. Windows color (decimal): -6121063 or 10066338. OLE color: 10066338.

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

Color convert

RGB162153153-
CMYK00.060.060.36
HSL4.62%61.76%-
HSV(B)5.56%63.53%-
XYZ32.0432.7634.77-
YUV155.69126.48132.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.62%
GREEN value IS 153 (60.16% from 255) = 32.69%
BLUE value IS 153 (60.16% from 255) = 32.69%
R=34.62%
G=32.69%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215315300.060.060.3604.6261.76
HexA2999906624053e
Octal242231231066440576
Binary10100010100110011001100101101101001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29999; }

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

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

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

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

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

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

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

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