#A79A99

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

Shades of Nobel #A79A99

Tints of Nobel #A79A99

Color information

#A79A99 (or 0xA79A99) is unknown color: approx Nobel. HEX triplet: A7, 9A and 99. RGB value is (167,154,153). Sum of RGB (Red+Green+Blue) = 167+154+153=474 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.23% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 153 (60.16% from 255 or 32.28% from 474); Max value from RGB is 167 - color contains mainly: red. Hex color #A79A99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79A99 is #586566. Grayscale: #9D9D9D. Windows color (decimal): -5793127 or 10066599. OLE color: 10066599.

HSL color Cylindrical-coordinate representation of color #A79A99: hue angle of 4.29º 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 #A79A99 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB167154153-
CMYK00.080.080.35
HSL4.29º7.37%62.75%-
HSV(B)4.29º8.38%65.49%-
XYZ33.2433.6334.88-
YUV157.77125.31134.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.23%
GREEN value IS 154 (60.55% from 255) = 32.49%
BLUE value IS 153 (60.16% from 255) = 32.28%
R=35.23%
G=32.49%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715415300.080.080.354.297.3762.75
HexA79A9908823473f
Octal24723223101010434777
Binary101001111001101010011001010001000100011100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79A99; }

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

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

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

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

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

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

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

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