#A59B9B

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

Shades of Nobel #A59B9B

Tints of Nobel #A59B9B

Color information

#A59B9B (or 0xA59B9B) is unknown color: approx Nobel. HEX triplet: A5, 9B and 9B. RGB value is (165,155,155). Sum of RGB (Red+Green+Blue) = 165+155+155=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 165 - color contains mainly: red. Hex color #A59B9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59B9B is #5A6464. Grayscale: #9E9E9E. Windows color (decimal): -5923941 or 10197925. OLE color: 10197925.

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

Color convert

RGB165155155-
CMYK00.060.060.35
HSL5.26%62.75%-
HSV(B)6.06%64.71%-
XYZ33.1533.8135.79-
YUV157.99126.31133-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.74%
GREEN value IS 155 (60.94% from 255) = 32.63%
BLUE value IS 155 (60.94% from 255) = 32.63%
R=34.74%
G=32.63%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515515500.060.060.3505.2662.75
HexA59B9B06623053f
Octal245233233066430577
Binary10100101100110111001101101101101000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59B9B; }

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

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

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

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

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

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

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

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