#A1B18F

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

Shades of Norway #A1B18F

Tints of Norway #A1B18F

Color information

#A1B18F (or 0xA1B18F) is unknown color: approx Norway. HEX triplet: A1, B1 and 8F. RGB value is (161,177,143). Sum of RGB (Red+Green+Blue) = 161+177+143=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B18F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B18F is #5E4E70. Grayscale: #A8A8A8. Windows color (decimal): -6180465 or 9417121. OLE color: 9417121.

HSL color Cylindrical-coordinate representation of color #A1B18F: hue angle of 88.24º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A1B18F is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB161177143-
CMYK0.0900.190.31
HSL88.24º17.89%62.75%-
HSV(B)88.24º19.21%69.41%-
XYZ35.384132.04-
YUV168.34113.7122.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.47%
GREEN value IS 177 (69.53% from 255) = 36.80%
BLUE value IS 143 (56.25% from 255) = 29.73%
R=33.47%
G=36.80%
B=29.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611771430.0900.190.3188.2417.8962.75
HexA1B18F90131F58123f
Octal24126121711023371302277
Binary101000011011000110001111100101001111111101100010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B18F; }

 p { color: rgb(161,177,143); }

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

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

 a { background-color: rgb(161,177,143); }

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

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

 span { border-color: rgb(161,177,143); }

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