#A1AE8E

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

Shades of Norway #A1AE8E

Tints of Norway #A1AE8E

Color information

#A1AE8E (or 0xA1AE8E) is unknown color: approx Norway. HEX triplet: A1, AE and 8E. RGB value is (161,174,142). Sum of RGB (Red+Green+Blue) = 161+174+142=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AE8E is #5E5171. Grayscale: #A6A6A6. Windows color (decimal): -6181234 or 9350817. OLE color: 9350817.

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

Color convert

RGB161174142-
CMYK0.0700.180.32
HSL84.37º16.49%61.96%-
HSV(B)84.37º18.39%68.24%-
XYZ34.7239.831.44-
YUV166.46114.19124.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.75%
GREEN value IS 174 (68.36% from 255) = 36.48%
BLUE value IS 142 (55.86% from 255) = 29.77%
R=33.75%
G=36.48%
B=29.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611741420.0700.180.3284.3716.4961.96
HexA1AE8E70122054103e
Octal2412562167022401242076
Binary101000011010111010001110111010010100000101010010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AE8E; }

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

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

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

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

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

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

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

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