#A1A99B

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

Shades of Norway #A1A99B

Tints of Norway #A1A99B

Color information

#A1A99B (or 0xA1A99B) is unknown color: approx Norway. HEX triplet: A1, A9 and 9B. RGB value is (161,169,155). Sum of RGB (Red+Green+Blue) = 161+169+155=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A99B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A99B is #5E5664. Grayscale: #A5A5A5. Windows color (decimal): -6182501 or 10201505. OLE color: 10201505.

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

Color convert

RGB161169155-
CMYK0.0500.080.34
HSL94.29º7.53%63.53%-
HSV(B)94.29º8.28%66.27%-
XYZ34.838.3236.57-
YUV165.01122.35125.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.20%
GREEN value IS 169 (66.41% from 255) = 34.85%
BLUE value IS 155 (60.94% from 255) = 31.96%
R=33.20%
G=34.85%
B=31.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1611691550.0500.080.3494.297.5363.53
HexA1A99B508225e840
Octal24125123350104213610100
Binary10100001101010011001101110101000100010101111010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A99B; }

 p { color: rgb(161,169,155); }

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

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

 a { background-color: rgb(161,169,155); }

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

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

 span { border-color: rgb(161,169,155); }

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