#A39B99

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

Shades of Nobel #A39B99

Tints of Nobel #A39B99

Color information

#A39B99 (or 0xA39B99) is unknown color: approx Nobel. HEX triplet: A3, 9B and 99. RGB value is (163,155,153). Sum of RGB (Red+Green+Blue) = 163+155+153=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39B99 is #5C6466. Grayscale: #9D9D9D. Windows color (decimal): -6055015 or 10066851. OLE color: 10066851.

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

Color convert

RGB163155153-
CMYK00.050.060.36
HSL12º5.15%61.96%-
HSV(B)12º6.13%63.92%-
XYZ32.5833.5334.89-
YUV157.16125.65132.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.61%
GREEN value IS 155 (60.94% from 255) = 32.91%
BLUE value IS 153 (60.16% from 255) = 32.48%
R=34.61%
G=32.91%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315515300.050.060.36125.1561.96
HexA39B9905624c53e
Octal2432332310564414576
Binary10100011100110111001100101011101001001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39B99; }

 p { color: rgb(163,155,153); }

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

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

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

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

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

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

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