#A0A79B

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

Shades of Norway #A0A79B

Tints of Norway #A0A79B

Color information

#A0A79B (or 0xA0A79B) is unknown color: approx Norway. HEX triplet: A0, A7 and 9B. RGB value is (160,167,155). Sum of RGB (Red+Green+Blue) = 160+167+155=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A79B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A79B is #5F5864. Grayscale: #A3A3A3. Windows color (decimal): -6248549 or 10200992. OLE color: 10200992.

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

Color convert

RGB160167155-
CMYK0.0400.070.35
HSL95º6.38%63.14%-
HSV(B)95º7.19%65.49%-
XYZ34.2337.4836.44-
YUV163.54123.18125.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.20%
GREEN value IS 167 (65.62% from 255) = 34.65%
BLUE value IS 155 (60.94% from 255) = 32.16%
R=33.20%
G=34.65%
B=32.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1601671550.0400.070.35956.3863.14
HexA0A79B407235f63f
Octal24024723340743137677
Binary10100000101001111001101110001111000111011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A79B; }

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

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

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

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

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

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

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

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