#A29998

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

Shades of Nobel #A29998

Tints of Nobel #A29998

Color information

#A29998 (or 0xA29998) is unknown color: approx Nobel. HEX triplet: A2, 99 and 98. RGB value is (162,153,152). Sum of RGB (Red+Green+Blue) = 162+153+152=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 162 - color contains mainly: red. Hex color #A29998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29998 is #5D6667. Grayscale: #9B9B9B. Windows color (decimal): -6121064 or 10000802. OLE color: 10000802.

HSL color Cylindrical-coordinate representation of color #A29998: hue angle of 6º 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 #A29998 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB162153152-
CMYK00.060.060.36
HSL5.1%61.57%-
HSV(B)6.17%63.53%-
XYZ31.9632.7334.34-
YUV155.58125.98132.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.69%
GREEN value IS 153 (60.16% from 255) = 32.76%
BLUE value IS 152 (59.77% from 255) = 32.55%
R=34.69%
G=32.76%
B=32.55%

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
Decimal16215315200.060.060.3665.161.57
HexA2999806624653e
Octal242231230066446576
Binary1010001010011001100110000110110100100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29998; }

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

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

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

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

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

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

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

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