#A59C9A

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

Shades of Nobel #A59C9A

Tints of Nobel #A59C9A

Color information

#A59C9A (or 0xA59C9A) is unknown color: approx Nobel. HEX triplet: A5, 9C and 9A. RGB value is (165,156,154). Sum of RGB (Red+Green+Blue) = 165+156+154=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59C9A is #5A6365. Grayscale: #9E9E9E. Windows color (decimal): -5923686 or 10132645. OLE color: 10132645.

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

Color convert

RGB165156154-
CMYK00.050.070.35
HSL10.91º5.76%62.55%-
HSV(B)10.91º6.67%64.71%-
XYZ33.2434.1135.4-
YUV158.46125.48132.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.74%
GREEN value IS 156 (61.33% from 255) = 32.84%
BLUE value IS 154 (60.55% from 255) = 32.42%
R=34.74%
G=32.84%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515615400.050.070.3510.915.7662.55
HexA59C9A05723b63f
Octal2452342320574313677
Binary10100101100111001001101001011111000111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59C9A; }

 p { color: rgb(165,156,154); }

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

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

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

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

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

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

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