#A1AE87

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

Shades of Norway #A1AE87

Tints of Norway #A1AE87

Color information

#A1AE87 (or 0xA1AE87) is unknown color: approx Norway. HEX triplet: A1, AE and 87. RGB value is (161,174,135). Sum of RGB (Red+Green+Blue) = 161+174+135=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 135 (53.12% from 255 or 28.72% from 470); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AE87 is #5E5178. Grayscale: #A5A5A5. Windows color (decimal): -6181241 or 8892065. OLE color: 8892065.

HSL color Cylindrical-coordinate representation of color #A1AE87: hue angle of 80º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1AE87 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB161174135-
CMYK0.0700.220.32
HSL80º19.4%60.59%-
HSV(B)80º22.41%68.24%-
XYZ34.2139.628.76-
YUV165.67110.69124.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.26%
GREEN value IS 174 (68.36% from 255) = 37.02%
BLUE value IS 135 (53.12% from 255) = 28.72%
R=34.26%
G=37.02%
B=28.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611741350.0700.220.328019.460.59
HexA1AE8770162050133d
Octal2412562077026401202375
Binary101000011010111010000111111010110100000101000010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AE87; }

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

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

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

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

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

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

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

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