#A3BA8F

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

Shades of Norway #A3BA8F

Tints of Norway #A3BA8F

Color information

#A3BA8F (or 0xA3BA8F) is unknown color: approx Norway. HEX triplet: A3, BA and 8F. RGB value is (163,186,143). Sum of RGB (Red+Green+Blue) = 163+186+143=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BA8F is #5C4570. Grayscale: #AEAEAE. Windows color (decimal): -6047089 or 9419427. OLE color: 9419427.

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

Color convert

RGB163186143-
CMYK0.1200.230.27
HSL92.09º23.76%64.51%-
HSV(B)92.09º23.12%72.94%-
XYZ37.6244.8932.67-
YUV174.22110.38120-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.13%
GREEN value IS 186 (73.05% from 255) = 37.80%
BLUE value IS 143 (56.25% from 255) = 29.07%
R=33.13%
G=37.80%
B=29.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631861430.1200.230.2792.0923.7664.51
HexA3BA8FC0171B5c1841
Octal243272217140273313430101
Binary1010001110111010100011111100010111110111011100110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BA8F; }

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

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

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

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

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

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

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

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