#A6B59C

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

Shades of Norway #A6B59C

Tints of Norway #A6B59C

Color information

#A6B59C (or 0xA6B59C) is unknown color: approx Norway. HEX triplet: A6, B5 and 9C. RGB value is (166,181,156). Sum of RGB (Red+Green+Blue) = 166+181+156=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 181 (71.09% from 255 or 35.98% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B59C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B59C is #594A63. Grayscale: #ADADAD. Windows color (decimal): -5851748 or 10270118. OLE color: 10270118.

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

Color convert

RGB166181156-
CMYK0.0800.140.29
HSL96º14.45%66.08%-
HSV(B)96º13.81%70.98%-
XYZ38.2543.5637.84-
YUV173.66118.03122.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.00%
GREEN value IS 181 (71.09% from 255) = 35.98%
BLUE value IS 156 (61.33% from 255) = 31.01%
R=33.00%
G=35.98%
B=31.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661811560.0800.140.299614.4566.08
HexA6B59C80E1D60e42
Octal246265234100163514016102
Binary10100110101101011001110010000111011101110000011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B59C; }

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

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

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

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

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

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

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

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