#A1AE85

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

Shades of Norway #A1AE85

Tints of Norway #A1AE85

Color information

#A1AE85 (or 0xA1AE85) is unknown color: approx Norway. HEX triplet: A1, AE and 85. RGB value is (161,174,133). Sum of RGB (Red+Green+Blue) = 161+174+133=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AE85 is #5E517A. Grayscale: #A5A5A5. Windows color (decimal): -6181243 or 8760993. OLE color: 8760993.

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

Color convert

RGB161174133-
CMYK0.0700.240.32
HSL79.02º20.2%60.2%-
HSV(B)79.02º23.56%68.24%-
XYZ34.0739.5428.03-
YUV165.44109.69124.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.40%
GREEN value IS 174 (68.36% from 255) = 37.18%
BLUE value IS 133 (52.34% from 255) = 28.42%
R=34.40%
G=37.18%
B=28.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611741330.0700.240.3279.0220.260.2
HexA1AE857018204f143c
Octal2412562057030401172474
Binary101000011010111010000101111011000100000100111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AE85; }

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

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

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

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

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

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

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

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