#A3B488

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

Shades of Norway #A3B488

Tints of Norway #A3B488

Color information

#A3B488 (or 0xA3B488) is unknown color: approx Norway. HEX triplet: A3, B4 and 88. RGB value is (163,180,136). Sum of RGB (Red+Green+Blue) = 163+180+136=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B488 is #5C4B77. Grayscale: #AAAAAA. Windows color (decimal): -6048632 or 8959139. OLE color: 8959139.

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

Color convert

RGB163180136-
CMYK0.0900.240.29
HSL83.18º22.68%61.96%-
HSV(B)83.18º24.44%70.59%-
XYZ35.8742.2129.55-
YUV169.9108.87123.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.03%
GREEN value IS 180 (70.70% from 255) = 37.58%
BLUE value IS 136 (53.52% from 255) = 28.39%
R=34.03%
G=37.58%
B=28.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631801360.0900.240.2983.1822.6861.96
HexA3B48890181D53173e
Octal24326421011030351232776
Binary101000111011010010001000100101100011101101001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B488; }

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

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

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

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

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

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

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

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