#A79F9D

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

Shades of Nobel #A79F9D

Tints of Nobel #A79F9D

Color information

#A79F9D (or 0xA79F9D) is unknown color: approx Nobel. HEX triplet: A7, 9F and 9D. RGB value is (167,159,157). Sum of RGB (Red+Green+Blue) = 167+159+157=483 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.58% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 167 - color contains mainly: red. Hex color #A79F9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79F9D is #586062. Grayscale: #A1A1A1. Windows color (decimal): -5791843 or 10330023. OLE color: 10330023.

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

Color convert

RGB167159157-
CMYK00.050.060.35
HSL12º5.38%63.53%-
HSV(B)12º5.99%65.49%-
XYZ34.4235.4536.93-
YUV161.16125.65132.16-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.58%
GREEN value IS 159 (62.5% from 255) = 32.92%
BLUE value IS 157 (61.72% from 255) = 32.51%
R=34.58%
G=32.92%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715915700.050.060.35125.3863.53
HexA79F9D05623c540
Octal24723723505643145100
Binary101001111001111110011101010111010001111001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79F9D; }

 p { color: rgb(167,159,157); }

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

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

 a { background-color: rgb(167,159,157); }

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

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

 span { border-color: rgb(167,159,157); }

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