#A29F9E

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

Shades of Nobel #A29F9E

Tints of Nobel #A29F9E

Color information

#A29F9E (or 0xA29F9E) is unknown color: approx Nobel. HEX triplet: A2, 9F and 9E. RGB value is (162,159,158). Sum of RGB (Red+Green+Blue) = 162+159+158=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 158 (62.11% from 255 or 32.99% from 479); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29F9E is #5D6061. Grayscale: #9F9F9F. Windows color (decimal): -6119522 or 10395554. OLE color: 10395554.

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

Color convert

RGB162159158-
CMYK00.020.020.36
HSL15º2.11%62.75%-
HSV(B)15º2.47%63.53%-
XYZ33.4734.9537.33-
YUV159.78126.99129.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.82%
GREEN value IS 159 (62.5% from 255) = 33.19%
BLUE value IS 158 (62.11% from 255) = 32.99%
R=33.82%
G=33.19%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215915800.020.020.36152.1162.75
HexA29F9E02224f23f
Octal2422372360224417277
Binary10100010100111111001111001010100100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29F9E; }

 p { color: rgb(162,159,158); }

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

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

 a { background-color: rgb(162,159,158); }

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

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

 span { border-color: rgb(162,159,158); }

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