#A9B49C

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

Shades of Norway #A9B49C

Tints of Norway #A9B49C

Color information

#A9B49C (or 0xA9B49C) is unknown color: approx Norway. HEX triplet: A9, B4 and 9C. RGB value is (169,180,156). Sum of RGB (Red+Green+Blue) = 169+180+156=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B49C is #564B63. Grayscale: #AEAEAE. Windows color (decimal): -5655396 or 10269865. OLE color: 10269865.

HSL color Cylindrical-coordinate representation of color #A9B49C: hue angle of 87.5º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A9B49C is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB169180156-
CMYK0.0600.130.29
HSL87.5º13.79%65.88%-
HSV(B)87.5º13.33%70.59%-
XYZ38.6843.4837.81-
YUV173.98117.86124.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.47%
GREEN value IS 180 (70.70% from 255) = 35.64%
BLUE value IS 156 (61.33% from 255) = 30.89%
R=33.47%
G=35.64%
B=30.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691801560.0600.130.2987.513.7965.88
HexA9B49C60D1D57e42
Octal25126423460153512716102
Binary1010100110110100100111001100110111101101011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B49C; }

 p { color: rgb(169,180,156); }

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

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

 a { background-color: rgb(169,180,156); }

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

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

 span { border-color: rgb(169,180,156); }

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