#A29D9C

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

Shades of Nobel #A29D9C

Tints of Nobel #A29D9C

Color information

#A29D9C (or 0xA29D9C) is unknown color: approx Nobel. HEX triplet: A2, 9D and 9C. RGB value is (162,157,156). Sum of RGB (Red+Green+Blue) = 162+157+156=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29D9C is #5D6263. Grayscale: #9E9E9E. Windows color (decimal): -6120036 or 10263970. OLE color: 10263970.

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

Color convert

RGB162157156-
CMYK00.030.040.36
HSL10º3.13%62.35%-
HSV(B)10º3.7%63.53%-
XYZ32.9634.236.32-
YUV158.38126.66130.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.11%
GREEN value IS 157 (61.72% from 255) = 33.05%
BLUE value IS 156 (61.33% from 255) = 32.84%
R=34.11%
G=33.05%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215715600.030.040.36103.1362.35
HexA29D9C03424a33e
Octal2422352340344412376
Binary101000101001110110011100011100100100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29D9C; }

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

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

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

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

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

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

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

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