#A3B38C

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

Shades of Norway #A3B38C

Tints of Norway #A3B38C

Color information

#A3B38C (or 0xA3B38C) is unknown color: approx Norway. HEX triplet: A3, B3 and 8C. RGB value is (163,179,140). Sum of RGB (Red+Green+Blue) = 163+179+140=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 179 - color contains mainly: green. Hex color #A3B38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B38C is #5C4C73. Grayscale: #A9A9A9. Windows color (decimal): -6048884 or 9221027. OLE color: 9221027.

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

Color convert

RGB163179140-
CMYK0.0900.220.30
HSL84.62º20.42%62.55%-
HSV(B)84.62º21.79%70.2%-
XYZ35.9641.9231.01-
YUV169.77111.2123.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.82%
GREEN value IS 179 (70.31% from 255) = 37.14%
BLUE value IS 140 (55.08% from 255) = 29.05%
R=33.82%
G=37.14%
B=29.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1631791400.0900.220.3084.6220.4262.55
HexA3B38C90161E55143f
Octal24326321411026361252477
Binary101000111011001110001100100101011011110101010110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B38C; }

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

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

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

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

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

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

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

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