#A1AF8E

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

Shades of Norway #A1AF8E

Tints of Norway #A1AF8E

Color information

#A1AF8E (or 0xA1AF8E) is unknown color: approx Norway. HEX triplet: A1, AF and 8E. RGB value is (161,175,142). Sum of RGB (Red+Green+Blue) = 161+175+142=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AF8E is #5E5071. Grayscale: #A7A7A7. Windows color (decimal): -6180978 or 9351073. OLE color: 9351073.

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

Color convert

RGB161175142-
CMYK0.0800.190.31
HSL85.45º17.1%62.16%-
HSV(B)85.45º18.86%68.63%-
XYZ34.9140.1931.51-
YUV167.05113.86123.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.68%
GREEN value IS 175 (68.75% from 255) = 36.61%
BLUE value IS 142 (55.86% from 255) = 29.71%
R=33.68%
G=36.61%
B=29.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611751420.0800.190.3185.4517.162.16
HexA1AF8E80131F55113e
Octal24125721610023371252176
Binary101000011010111110001110100001001111111101010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AF8E; }

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

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

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

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

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

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

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

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