#A1B087

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

Shades of Norway #A1B087

Tints of Norway #A1B087

Color information

#A1B087 (or 0xA1B087) is unknown color: approx Norway. HEX triplet: A1, B0 and 87. RGB value is (161,176,135). Sum of RGB (Red+Green+Blue) = 161+176+135=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 135 (53.12% from 255 or 28.60% from 472); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B087 is #5E4F78. Grayscale: #A6A6A6. Windows color (decimal): -6180729 or 8892577. OLE color: 8892577.

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

Color convert

RGB161176135-
CMYK0.0900.230.31
HSL81.95º20.6%60.98%-
HSV(B)81.95º23.3%69.02%-
XYZ34.640.3828.89-
YUV166.84110.03123.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.11%
GREEN value IS 176 (69.14% from 255) = 37.29%
BLUE value IS 135 (53.12% from 255) = 28.60%
R=34.11%
G=37.29%
B=28.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611761350.0900.230.3181.9520.660.98
HexA1B08790171F52153d
Octal24126020711027371222575
Binary101000011011000010000111100101011111111101001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B087; }

 p { color: rgb(161,176,135); }

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

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

 a { background-color: rgb(161,176,135); }

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

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

 span { border-color: rgb(161,176,135); }

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