#A3B18C

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

Shades of Norway #A3B18C

Tints of Norway #A3B18C

Color information

#A3B18C (or 0xA3B18C) is unknown color: approx Norway. HEX triplet: A3, B1 and 8C. RGB value is (163,177,140). Sum of RGB (Red+Green+Blue) = 163+177+140=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 177 (69.53% from 255 or 36.88% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B18C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B18C is #5C4E73. Grayscale: #A8A8A8. Windows color (decimal): -6049396 or 9220515. OLE color: 9220515.

HSL color Cylindrical-coordinate representation of color #A3B18C: hue angle of 82.7º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3B18C is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB163177140-
CMYK0.0800.210.31
HSL82.7º19.17%62.16%-
HSV(B)82.7º20.9%69.41%-
XYZ35.5641.1230.87-
YUV168.6111.86124.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.96%
GREEN value IS 177 (69.53% from 255) = 36.88%
BLUE value IS 140 (55.08% from 255) = 29.17%
R=33.96%
G=36.88%
B=29.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631771400.0800.210.3182.719.1762.16
HexA3B18C80151F53133e
Octal24326121410025371232376
Binary101000111011000110001100100001010111111101001110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B18C; }

 p { color: rgb(163,177,140); }

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

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

 a { background-color: rgb(163,177,140); }

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

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

 span { border-color: rgb(163,177,140); }

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