#A6B59A

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

Shades of Norway #A6B59A

Tints of Norway #A6B59A

Color information

#A6B59A (or 0xA6B59A) is unknown color: approx Norway. HEX triplet: A6, B5 and 9A. RGB value is (166,181,154). Sum of RGB (Red+Green+Blue) = 166+181+154=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B59A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B59A is #594A65. Grayscale: #ADADAD. Windows color (decimal): -5851750 or 10139046. OLE color: 10139046.

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

Color convert

RGB166181154-
CMYK0.0800.150.29
HSL93.33º15.43%65.69%-
HSV(B)93.33º14.92%70.98%-
XYZ38.0843.4936.96-
YUV173.44117.03122.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.13%
GREEN value IS 181 (71.09% from 255) = 36.13%
BLUE value IS 154 (60.55% from 255) = 30.74%
R=33.13%
G=36.13%
B=30.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661811540.0800.150.2993.3315.4365.69
HexA6B59A80F1D5df42
Octal246265232100173513517102
Binary10100110101101011001101010000111111101101110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B59A; }

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

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

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

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

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

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

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

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