#A3B48D

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

Shades of Norway #A3B48D

Tints of Norway #A3B48D

Color information

#A3B48D (or 0xA3B48D) is unknown color: approx Norway. HEX triplet: A3, B4 and 8D. RGB value is (163,180,141). Sum of RGB (Red+Green+Blue) = 163+180+141=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B48D is #5C4B72. Grayscale: #AAAAAA. Windows color (decimal): -6048627 or 9286819. OLE color: 9286819.

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

Color convert

RGB163180141-
CMYK0.0900.220.29
HSL86.15º20.63%62.94%-
HSV(B)86.15º21.67%70.59%-
XYZ36.2342.3531.46-
YUV170.47111.37122.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.68%
GREEN value IS 180 (70.70% from 255) = 37.19%
BLUE value IS 141 (55.47% from 255) = 29.13%
R=33.68%
G=37.19%
B=29.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631801410.0900.220.2986.1520.6362.94
HexA3B48D90161D56153f
Octal24326421511026351262577
Binary101000111011010010001101100101011011101101011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B48D; }

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

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

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

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

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

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

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

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