#A3B497

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

Shades of Norway #A3B497

Tints of Norway #A3B497

Color information

#A3B497 (or 0xA3B497) is unknown color: approx Norway. HEX triplet: A3, B4 and 97. RGB value is (163,180,151). Sum of RGB (Red+Green+Blue) = 163+180+151=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 151 (59.38% from 255 or 30.57% from 494); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B497 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B497 is #5C4B68. Grayscale: #ABABAB. Windows color (decimal): -6048617 or 9942179. OLE color: 9942179.

HSL color Cylindrical-coordinate representation of color #A3B497: hue angle of 95.17º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A3B497 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB163180151-
CMYK0.0900.160.29
HSL95.17º16.2%64.9%-
HSV(B)95.17º16.11%70.59%-
XYZ37.0142.6635.56-
YUV171.61116.37121.86-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.00%
GREEN value IS 180 (70.70% from 255) = 36.44%
BLUE value IS 151 (59.38% from 255) = 30.57%
R=33.00%
G=36.44%
B=30.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631801510.0900.160.2995.1716.264.9
HexA3B49790101D5f1041
Octal243264227110203513720101
Binary1010001110110100100101111001010000111011011111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B497; }

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

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

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

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

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

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

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

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