#A3BA8D

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

Shades of Norway #A3BA8D

Tints of Norway #A3BA8D

Color information

#A3BA8D (or 0xA3BA8D) is unknown color: approx Norway. HEX triplet: A3, BA and 8D. RGB value is (163,186,141). Sum of RGB (Red+Green+Blue) = 163+186+141=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BA8D is #5C4572. Grayscale: #AEAEAE. Windows color (decimal): -6047091 or 9288355. OLE color: 9288355.

HSL color Cylindrical-coordinate representation of color #A3BA8D: hue angle of 90.67º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3BA8D is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB163186141-
CMYK0.1200.240.27
HSL90.67º24.59%64.12%-
HSV(B)90.67º24.19%72.94%-
XYZ37.4744.8331.88-
YUV173.99109.38120.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.27%
GREEN value IS 186 (73.05% from 255) = 37.96%
BLUE value IS 141 (55.47% from 255) = 28.78%
R=33.27%
G=37.96%
B=28.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631861410.1200.240.2790.6724.5964.12
HexA3BA8DC0181B5b1940
Octal243272215140303313331100
Binary1010001110111010100011011100011000110111011011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BA8D; }

 p { color: rgb(163,186,141); }

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

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

 a { background-color: rgb(163,186,141); }

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

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

 span { border-color: rgb(163,186,141); }

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