#A79B99

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

Shades of Nobel #A79B99

Tints of Nobel #A79B99

Color information

#A79B99 (or 0xA79B99) is unknown color: approx Nobel. HEX triplet: A7, 9B and 99. RGB value is (167,155,153). Sum of RGB (Red+Green+Blue) = 167+155+153=475 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.16% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 167 - color contains mainly: red. Hex color #A79B99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79B99 is #586466. Grayscale: #9E9E9E. Windows color (decimal): -5792871 or 10066855. OLE color: 10066855.

HSL color Cylindrical-coordinate representation of color #A79B99: hue angle of 8.57º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A79B99 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB167155153-
CMYK00.070.080.35
HSL8.57º7.37%62.75%-
HSV(B)8.57º8.38%65.49%-
XYZ33.4133.9634.93-
YUV158.36124.98134.16-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.16%
GREEN value IS 155 (60.94% from 255) = 32.63%
BLUE value IS 153 (60.16% from 255) = 32.21%
R=35.16%
G=32.63%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715515300.070.080.358.577.3762.75
HexA79B9907823973f
Octal24723323107104311777
Binary101001111001101110011001011110001000111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79B99; }

 p { color: rgb(167,155,153); }

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

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

 a { background-color: rgb(167,155,153); }

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

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

 span { border-color: rgb(167,155,153); }

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