#A39B9B

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

Shades of Nobel #A39B9B

Tints of Nobel #A39B9B

Color information

#A39B9B (or 0xA39B9B) is unknown color: approx Nobel. HEX triplet: A3, 9B and 9B. RGB value is (163,155,155). Sum of RGB (Red+Green+Blue) = 163+155+155=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39B9B is #5C6464. Grayscale: #9D9D9D. Windows color (decimal): -6055013 or 10197923. OLE color: 10197923.

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

Color convert

RGB163155155-
CMYK00.050.050.36
HSL4.17%62.35%-
HSV(B)4.91%63.92%-
XYZ32.7433.635.77-
YUV157.39126.65132-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.46%
GREEN value IS 155 (60.94% from 255) = 32.77%
BLUE value IS 155 (60.94% from 255) = 32.77%
R=34.46%
G=32.77%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315515500.050.050.3604.1762.35
HexA39B9B05524043e
Octal243233233055440476
Binary10100011100110111001101101011011001000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39B9B; }

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

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

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

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

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

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

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

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