#A3B48A

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

Shades of Norway #A3B48A

Tints of Norway #A3B48A

Color information

#A3B48A (or 0xA3B48A) is unknown color: approx Norway. HEX triplet: A3, B4 and 8A. RGB value is (163,180,138). Sum of RGB (Red+Green+Blue) = 163+180+138=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B48A is #5C4B75. Grayscale: #AAAAAA. Windows color (decimal): -6048630 or 9090211. OLE color: 9090211.

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

Color convert

RGB163180138-
CMYK0.0900.230.29
HSL84.29º21.88%62.35%-
HSV(B)84.29º23.33%70.59%-
XYZ36.0142.2630.3-
YUV170.13109.87122.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.89%
GREEN value IS 180 (70.70% from 255) = 37.42%
BLUE value IS 138 (54.30% from 255) = 28.69%
R=33.89%
G=37.42%
B=28.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631801380.0900.230.2984.2921.8862.35
HexA3B48A90171D54163e
Octal24326421211027351242676
Binary101000111011010010001010100101011111101101010010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B48A; }

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

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

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

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

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

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

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

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