#A09D9C

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

Shades of Nobel #A09D9C

Tints of Nobel #A09D9C

Color information

#A09D9C (or 0xA09D9C) is unknown color: approx Nobel. HEX triplet: A0, 9D and 9C. RGB value is (160,157,156). Sum of RGB (Red+Green+Blue) = 160+157+156=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 160 - color contains mainly: red. Hex color #A09D9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09D9C is #5F6263. Grayscale: #9D9D9D. Windows color (decimal): -6251108 or 10263968. OLE color: 10263968.

HSL color Cylindrical-coordinate representation of color #A09D9C: hue angle of 15º degrees, saturation: 0.02, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A09D9C is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB160157156-
CMYK00.020.020.37
HSL15º2.06%61.96%-
HSV(B)15º2.5%62.75%-
XYZ32.5533.9936.3-
YUV157.78126.99129.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.83%
GREEN value IS 157 (61.72% from 255) = 33.19%
BLUE value IS 156 (61.33% from 255) = 32.98%
R=33.83%
G=33.19%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015715600.020.020.37152.0661.96
HexA09D9C02225f23e
Octal2402352340224517276
Binary10100000100111011001110001010100101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09D9C; }

 p { color: rgb(160,157,156); }

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

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

 a { background-color: rgb(160,157,156); }

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

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

 span { border-color: rgb(160,157,156); }

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