#A3B099

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

Shades of Norway #A3B099

Tints of Norway #A3B099

Color information

#A3B099 (or 0xA3B099) is unknown color: approx Norway. HEX triplet: A3, B0 and 99. RGB value is (163,176,153). Sum of RGB (Red+Green+Blue) = 163+176+153=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B099 is #5C4F66. Grayscale: #A9A9A9. Windows color (decimal): -6049639 or 10072227. OLE color: 10072227.

HSL color Cylindrical-coordinate representation of color #A3B099: hue angle of 93.91º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3B099 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB163176153-
CMYK0.0700.130.31
HSL93.91º12.71%64.51%-
HSV(B)93.91º13.07%69.02%-
XYZ36.3841.1436.16-
YUV169.49118.69123.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.13%
GREEN value IS 176 (69.14% from 255) = 35.77%
BLUE value IS 153 (60.16% from 255) = 31.10%
R=33.13%
G=35.77%
B=31.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631761530.0700.130.3193.9112.7164.51
HexA3B09970D1F5ed41
Octal24326023170153713615101
Binary1010001110110000100110011110110111111101111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B099; }

 p { color: rgb(163,176,153); }

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

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

 a { background-color: rgb(163,176,153); }

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

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

 span { border-color: rgb(163,176,153); }

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