#A6B295

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

Shades of Norway #A6B295

Tints of Norway #A6B295

Color information

#A6B295 (or 0xA6B295) is unknown color: approx Norway. HEX triplet: A6, B2 and 95. RGB value is (166,178,149). Sum of RGB (Red+Green+Blue) = 166+178+149=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B295 is #594D6A. Grayscale: #ABABAB. Windows color (decimal): -5852523 or 9810598. OLE color: 9810598.

HSL color Cylindrical-coordinate representation of color #A6B295: hue angle of 84.83º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A6B295 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB166178149-
CMYK0.0700.160.30
HSL84.83º15.85%64.12%-
HSV(B)84.83º16.29%69.8%-
XYZ37.0742.1234.61-
YUV171.11115.52124.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.67%
GREEN value IS 178 (69.92% from 255) = 36.11%
BLUE value IS 149 (58.59% from 255) = 30.22%
R=33.67%
G=36.11%
B=30.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1661781490.0700.160.3084.8315.8564.12
HexA6B29570101E551040
Octal24626222570203612520100
Binary101001101011001010010101111010000111101010101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B295; }

 p { color: rgb(166,178,149); }

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

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

 a { background-color: rgb(166,178,149); }

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

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

 span { border-color: rgb(166,178,149); }

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