#A1A89C

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

Shades of Norway #A1A89C

Tints of Norway #A1A89C

Color information

#A1A89C (or 0xA1A89C) is unknown color: approx Norway. HEX triplet: A1, A8 and 9C. RGB value is (161,168,156). Sum of RGB (Red+Green+Blue) = 161+168+156=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 168 - color contains mainly: green. Hex color #A1A89C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A89C is #5E5763. Grayscale: #A4A4A4. Windows color (decimal): -6182756 or 10266785. OLE color: 10266785.

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

Color convert

RGB161168156-
CMYK0.0400.070.34
HSL95º6.45%63.53%-
HSV(B)95º7.14%65.88%-
XYZ34.737.9836.95-
YUV164.54123.18125.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.20%
GREEN value IS 168 (66.02% from 255) = 34.64%
BLUE value IS 156 (61.33% from 255) = 32.16%
R=33.20%
G=34.64%
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.34
SystemRedGreenBlueCMYKHSL
Decimal1611681560.0400.070.34956.4563.53
HexA1A89C407225f640
Octal241250234407421376100
Binary101000011010100010011100100011110001010111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A89C; }

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

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

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

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

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

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

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

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