#A5A09F

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

Shades of Nobel #A5A09F

Tints of Nobel #A5A09F

Color information

#A5A09F (or 0xA5A09F) is unknown color: approx Nobel. HEX triplet: A5, A0 and 9F. RGB value is (165,160,159). Sum of RGB (Red+Green+Blue) = 165+160+159=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A09F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A09F is #5A5F60. Grayscale: #A1A1A1. Windows color (decimal): -5922657 or 10461349. OLE color: 10461349.

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

Color convert

RGB165160159-
CMYK00.030.040.35
HSL10º3.23%63.53%-
HSV(B)10º3.64%64.71%-
XYZ34.3535.6437.87-
YUV161.38126.66130.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.09%
GREEN value IS 160 (62.89% from 255) = 33.06%
BLUE value IS 159 (62.5% from 255) = 32.85%
R=34.09%
G=33.06%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516015900.030.040.35103.2363.53
HexA5A09F03423a340
Octal24524023703443123100
Binary1010010110100000100111110111001000111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A09F; }

 p { color: rgb(165,160,159); }

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

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

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

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

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

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

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