#A6B49D

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

Shades of Norway #A6B49D

Tints of Norway #A6B49D

Color information

#A6B49D (or 0xA6B49D) is unknown color: approx Norway. HEX triplet: A6, B4 and 9D. RGB value is (166,180,157). Sum of RGB (Red+Green+Blue) = 166+180+157=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B49D is #594B62. Grayscale: #ADADAD. Windows color (decimal): -5852003 or 10335398. OLE color: 10335398.

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

Color convert

RGB166180157-
CMYK0.0800.130.29
HSL96.52º13.29%66.08%-
HSV(B)96.52º12.78%70.59%-
XYZ38.1343.1838.22-
YUV173.19118.86122.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.00%
GREEN value IS 180 (70.70% from 255) = 35.79%
BLUE value IS 157 (61.72% from 255) = 31.21%
R=33.00%
G=35.79%
B=31.21%

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
Decimal1661801570.0800.130.2996.5213.2966.08
HexA6B49D80D1D61d42
Octal246264235100153514115102
Binary10100110101101001001110110000110111101110000111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B49D; }

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

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

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

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

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

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

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

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