#A6B49C

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

Shades of Norway #A6B49C

Tints of Norway #A6B49C

Color information

#A6B49C (or 0xA6B49C) is unknown color: approx Norway. HEX triplet: A6, B4 and 9C. RGB value is (166,180,156). Sum of RGB (Red+Green+Blue) = 166+180+156=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B49C is #594B63. Grayscale: #ADADAD. Windows color (decimal): -5852004 or 10269862. OLE color: 10269862.

HSL color Cylindrical-coordinate representation of color #A6B49C: hue angle of 95º 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 #A6B49C is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB166180156-
CMYK0.0800.130.29
HSL95º13.79%65.88%-
HSV(B)95º13.33%70.59%-
XYZ38.0543.1537.78-
YUV173.08118.36122.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.07%
GREEN value IS 180 (70.70% from 255) = 35.86%
BLUE value IS 156 (61.33% from 255) = 31.08%
R=33.07%
G=35.86%
B=31.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661801560.0800.130.299513.7965.88
HexA6B49C80D1D5fe42
Octal246264234100153513716102
Binary10100110101101001001110010000110111101101111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B49C; }

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

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

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

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

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

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

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

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