#A1AE8B

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

Shades of Norway #A1AE8B

Tints of Norway #A1AE8B

Color information

#A1AE8B (or 0xA1AE8B) is unknown color: approx Norway. HEX triplet: A1, AE and 8B. RGB value is (161,174,139). Sum of RGB (Red+Green+Blue) = 161+174+139=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AE8B is #5E5174. Grayscale: #A6A6A6. Windows color (decimal): -6181237 or 9154209. OLE color: 9154209.

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

Color convert

RGB161174139-
CMYK0.0700.200.32
HSL82.29º17.77%61.37%-
HSV(B)82.29º20.11%68.24%-
XYZ34.4939.7130.27-
YUV166.12112.69124.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.97%
GREEN value IS 174 (68.36% from 255) = 36.71%
BLUE value IS 139 (54.69% from 255) = 29.32%
R=33.97%
G=36.71%
B=29.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611741390.0700.200.3282.2917.7761.37
HexA1AE8B70142052123d
Octal2412562137024401222275
Binary101000011010111010001011111010100100000101001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AE8B; }

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

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

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

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

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

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

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

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