#A29B9A

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

Shades of Nobel #A29B9A

Tints of Nobel #A29B9A

Color information

#A29B9A (or 0xA29B9A) is unknown color: approx Nobel. HEX triplet: A2, 9B and 9A. RGB value is (162,155,154). Sum of RGB (Red+Green+Blue) = 162+155+154=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29B9A is #5D6465. Grayscale: #9C9C9C. Windows color (decimal): -6120550 or 10132386. OLE color: 10132386.

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

Color convert

RGB162155154-
CMYK00.040.050.36
HSL7.5º4.12%61.96%-
HSV(B)7.5º4.94%63.53%-
XYZ32.4533.4635.32-
YUV156.98126.32131.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.39%
GREEN value IS 155 (60.94% from 255) = 32.91%
BLUE value IS 154 (60.55% from 255) = 32.70%
R=34.39%
G=32.91%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215515400.040.050.367.54.1261.96
HexA29B9A04524843e
Octal2422332320454410476
Binary10100010100110111001101001001011001001000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29B9A; }

 p { color: rgb(162,155,154); }

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

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

 a { background-color: rgb(162,155,154); }

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

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

 span { border-color: rgb(162,155,154); }

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