#A3AE96

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

Shades of Norway #A3AE96

Tints of Norway #A3AE96

Color information

#A3AE96 (or 0xA3AE96) is unknown color: approx Norway. HEX triplet: A3, AE and 96. RGB value is (163,174,150). Sum of RGB (Red+Green+Blue) = 163+174+150=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 174 - color contains mainly: green. Hex color #A3AE96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AE96 is #5C5169. Grayscale: #A8A8A8. Windows color (decimal): -6050154 or 9875107. OLE color: 9875107.

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

Color convert

RGB163174150-
CMYK0.0600.140.32
HSL87.5º12.9%63.53%-
HSV(B)87.5º13.79%68.24%-
XYZ35.7540.2634.74-
YUV167.98117.86124.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.47%
GREEN value IS 174 (68.36% from 255) = 35.73%
BLUE value IS 150 (58.98% from 255) = 30.80%
R=33.47%
G=35.73%
B=30.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631741500.0600.140.3287.512.963.53
HexA3AE9660E2057d40
Octal24325622660164012715100
Binary10100011101011101001011011001110100000101011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AE96; }

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

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

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

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

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

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

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

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