#A1AE98

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

Shades of Norway #A1AE98

Tints of Norway #A1AE98

Color information

#A1AE98 (or 0xA1AE98) is unknown color: approx Norway. HEX triplet: A1, AE and 98. RGB value is (161,174,152). Sum of RGB (Red+Green+Blue) = 161+174+152=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AE98 is #5E5167. Grayscale: #A7A7A7. Windows color (decimal): -6181224 or 10006177. OLE color: 10006177.

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

Color convert

RGB161174152-
CMYK0.0700.130.32
HSL95.45º11.96%63.92%-
HSV(B)95.45º12.64%68.24%-
XYZ35.540.1235.58-
YUV167.6119.19123.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.06%
GREEN value IS 174 (68.36% from 255) = 35.73%
BLUE value IS 152 (59.77% from 255) = 31.21%
R=33.06%
G=35.73%
B=31.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611741520.0700.130.3295.4511.9663.92
HexA1AE9870D205fc40
Octal24125623070154013714100
Binary10100001101011101001100011101101100000101111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AE98; }

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

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

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

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

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

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

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

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