#A6B49A

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

Shades of Norway #A6B49A

Tints of Norway #A6B49A

Color information

#A6B49A (or 0xA6B49A) is unknown color: approx Norway. HEX triplet: A6, B4 and 9A. RGB value is (166,180,154). Sum of RGB (Red+Green+Blue) = 166+180+154=500 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.2% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B49A is #594B65. Grayscale: #ACACAC. Windows color (decimal): -5852006 or 10138790. OLE color: 10138790.

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

Color convert

RGB166180154-
CMYK0.0800.140.29
HSL92.31º14.77%65.49%-
HSV(B)92.31º14.44%70.59%-
XYZ37.8843.0836.89-
YUV172.85117.36123.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.2%
GREEN value IS 180 (70.70% from 255) = 36%
BLUE value IS 154 (60.55% from 255) = 30.8%
R=33.2%
G=36%
B=30.8%

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
Decimal1661801540.0800.140.2992.3114.7765.49
HexA6B49A80E1D5cf41
Octal246264232100163513417101
Binary10100110101101001001101010000111011101101110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B49A; }

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

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

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

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

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

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

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

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