#A3AE99

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

Shades of Norway #A3AE99

Tints of Norway #A3AE99

Color information

#A3AE99 (or 0xA3AE99) is unknown color: approx Norway. HEX triplet: A3, AE and 99. RGB value is (163,174,153). Sum of RGB (Red+Green+Blue) = 163+174+153=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 174 - color contains mainly: green. Hex color #A3AE99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AE99 is #5C5166. Grayscale: #A8A8A8. Windows color (decimal): -6050151 or 10071715. OLE color: 10071715.

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

Color convert

RGB163174153-
CMYK0.0600.120.32
HSL91.43º11.48%64.12%-
HSV(B)91.43º12.07%68.24%-
XYZ35.9940.3636.03-
YUV168.32119.36124.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.27%
GREEN value IS 174 (68.36% from 255) = 35.51%
BLUE value IS 153 (60.16% from 255) = 31.22%
R=33.27%
G=35.51%
B=31.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631741530.0600.120.3291.4311.4864.12
HexA3AE9960C205bb40
Octal24325623160144013313100
Binary10100011101011101001100111001100100000101101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AE99; }

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

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

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

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

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

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

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

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