#A6B69A

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

Shades of Norway #A6B69A

Tints of Norway #A6B69A

Color information

#A6B69A (or 0xA6B69A) is unknown color: approx Norway. HEX triplet: A6, B6 and 9A. RGB value is (166,182,154). Sum of RGB (Red+Green+Blue) = 166+182+154=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 182 (71.48% from 255 or 36.25% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B69A is #594965. Grayscale: #AEAEAE. Windows color (decimal): -5851494 or 10139302. OLE color: 10139302.

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

Color convert

RGB166182154-
CMYK0.0900.150.29
HSL94.29º16.09%65.88%-
HSV(B)94.29º15.38%71.37%-
XYZ38.2943.937.03-
YUV174.02116.7122.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.07%
GREEN value IS 182 (71.48% from 255) = 36.25%
BLUE value IS 154 (60.55% from 255) = 30.68%
R=33.07%
G=36.25%
B=30.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661821540.0900.150.2994.2916.0965.88
HexA6B69A90F1D5e1042
Octal246266232110173513620102
Binary101001101011011010011010100101111111011011110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B69A; }

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

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

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

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

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

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

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

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