#A3AE94

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

Shades of Norway #A3AE94

Tints of Norway #A3AE94

Color information

#A3AE94 (or 0xA3AE94) is unknown color: approx Norway. HEX triplet: A3, AE and 94. RGB value is (163,174,148). Sum of RGB (Red+Green+Blue) = 163+174+148=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 174 - color contains mainly: green. Hex color #A3AE94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AE94 is #5C516B. Grayscale: #A7A7A7. Windows color (decimal): -6050156 or 9744035. OLE color: 9744035.

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

Color convert

RGB163174148-
CMYK0.0600.150.32
HSL85.38º13.83%63.14%-
HSV(B)85.38º14.94%68.24%-
XYZ35.5940.233.9-
YUV167.75116.86124.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.61%
GREEN value IS 174 (68.36% from 255) = 35.88%
BLUE value IS 148 (58.20% from 255) = 30.52%
R=33.61%
G=35.88%
B=30.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631741480.0600.150.3285.3813.8363.14
HexA3AE9460F2055e3f
Octal2432562246017401251677
Binary1010001110101110100101001100111110000010101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AE94; }

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

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

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

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

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

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

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

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