#A3B48E

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

Shades of Norway #A3B48E

Tints of Norway #A3B48E

Color information

#A3B48E (or 0xA3B48E) is unknown color: approx Norway. HEX triplet: A3, B4 and 8E. RGB value is (163,180,142). Sum of RGB (Red+Green+Blue) = 163+180+142=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B48E is #5C4B71. Grayscale: #AAAAAA. Windows color (decimal): -6048626 or 9352355. OLE color: 9352355.

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

Color convert

RGB163180142-
CMYK0.0900.210.29
HSL86.84º20.21%63.14%-
HSV(B)86.84º21.11%70.59%-
XYZ36.3142.3831.86-
YUV170.58111.87122.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.61%
GREEN value IS 180 (70.70% from 255) = 37.11%
BLUE value IS 142 (55.86% from 255) = 29.28%
R=33.61%
G=37.11%
B=29.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631801420.0900.210.2986.8420.2163.14
HexA3B48E90151D57143f
Octal24326421611025351272477
Binary101000111011010010001110100101010111101101011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B48E; }

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

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

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

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

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

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

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

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