#A29696

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

Shades of Nobel #A29696

Tints of Nobel #A29696

Color information

#A29696 (or 0xA29696) is unknown color: approx Nobel. HEX triplet: A2, 96 and 96. RGB value is (162,150,150). Sum of RGB (Red+Green+Blue) = 162+150+150=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 150 (58.98% from 255 or 32.47% from 462); Max value from RGB is 162 - color contains mainly: red. Hex color #A29696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29696 is #5D6969. Grayscale: #999999. Windows color (decimal): -6121834 or 9868962. OLE color: 9868962.

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

Color convert

RGB162150150-
CMYK00.070.070.36
HSL6.06%61.18%-
HSV(B)7.41%63.53%-
XYZ31.3131.733.32-
YUV153.59125.98134-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.06%
GREEN value IS 150 (58.98% from 255) = 32.47%
BLUE value IS 150 (58.98% from 255) = 32.47%
R=35.06%
G=32.47%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215015000.070.070.3606.0661.18
HexA2969607724063d
Octal242226226077440675
Binary10100010100101101001011001111111001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29696; }

 p { color: rgb(162,150,150); }

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

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

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

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

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

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

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