#A1A79C

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

Shades of Norway #A1A79C

Tints of Norway #A1A79C

Color information

#A1A79C (or 0xA1A79C) is unknown color: approx Norway. HEX triplet: A1, A7 and 9C. RGB value is (161,167,156). Sum of RGB (Red+Green+Blue) = 161+167+156=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 167 - color contains mainly: green. Hex color #A1A79C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A79C is #5E5863. Grayscale: #A3A3A3. Windows color (decimal): -6183012 or 10266529. OLE color: 10266529.

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

Color convert

RGB161167156-
CMYK0.0400.070.35
HSL92.73º5.88%63.33%-
HSV(B)92.73º6.59%65.49%-
XYZ34.5237.6136.89-
YUV163.95123.51125.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.26%
GREEN value IS 167 (65.62% from 255) = 34.50%
BLUE value IS 156 (61.33% from 255) = 32.23%
R=33.26%
G=34.50%
B=32.23%

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
Decimal1611671560.0400.070.3592.735.8863.33
HexA1A79C407235d63f
Octal24124723440743135677
Binary10100001101001111001110010001111000111011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A79C; }

 p { color: rgb(161,167,156); }

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

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

 a { background-color: rgb(161,167,156); }

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

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

 span { border-color: rgb(161,167,156); }

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