#A3AE97

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

Shades of Norway #A3AE97

Tints of Norway #A3AE97

Color information

#A3AE97 (or 0xA3AE97) is unknown color: approx Norway. HEX triplet: A3, AE and 97. RGB value is (163,174,151). Sum of RGB (Red+Green+Blue) = 163+174+151=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 151 (59.38% from 255 or 30.94% from 488); Max value from RGB is 174 - color contains mainly: green. Hex color #A3AE97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AE97 is #5C5168. Grayscale: #A8A8A8. Windows color (decimal): -6050153 or 9940643. OLE color: 9940643.

HSL color Cylindrical-coordinate representation of color #A3AE97: hue angle of 88.7º 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 #A3AE97 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB163174151-
CMYK0.0600.130.32
HSL88.7º12.43%63.73%-
HSV(B)88.7º13.22%68.24%-
XYZ35.8340.2935.17-
YUV168.09118.36124.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.40%
GREEN value IS 174 (68.36% from 255) = 35.66%
BLUE value IS 151 (59.38% from 255) = 30.94%
R=33.40%
G=35.66%
B=30.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631741510.0600.130.3288.712.4363.73
HexA3AE9760D2059c40
Octal24325622760154013114100
Binary10100011101011101001011111001101100000101100111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AE97; }

 p { color: rgb(163,174,151); }

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

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

 a { background-color: rgb(163,174,151); }

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

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

 span { border-color: rgb(163,174,151); }

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