#A3AE92

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

Shades of Norway #A3AE92

Tints of Norway #A3AE92

Color information

#A3AE92 (or 0xA3AE92) is unknown color: approx Norway. HEX triplet: A3, AE and 92. RGB value is (163,174,146). Sum of RGB (Red+Green+Blue) = 163+174+146=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 174 - color contains mainly: green. Hex color #A3AE92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AE92 is #5C516D. Grayscale: #A7A7A7. Windows color (decimal): -6050158 or 9612963. OLE color: 9612963.

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

Color convert

RGB163174146-
CMYK0.0600.160.32
HSL83.57º14.74%62.75%-
HSV(B)83.57º16.09%68.24%-
XYZ35.4340.1333.07-
YUV167.52115.86124.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.75%
GREEN value IS 174 (68.36% from 255) = 36.02%
BLUE value IS 146 (57.42% from 255) = 30.23%
R=33.75%
G=36.02%
B=30.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631741460.0600.160.3283.5714.7462.75
HexA3AE9260102054f3f
Octal2432562226020401241777
Binary10100011101011101001001011001000010000010101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AE92; }

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

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

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

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

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

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

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

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