#A6B29E

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

Shades of Norway #A6B29E

Tints of Norway #A6B29E

Color information

#A6B29E (or 0xA6B29E) is unknown color: approx Norway. HEX triplet: A6, B2 and 9E. RGB value is (166,178,158). Sum of RGB (Red+Green+Blue) = 166+178+158=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B29E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B29E is #594D61. Grayscale: #ACACAC. Windows color (decimal): -5852514 or 10400422. OLE color: 10400422.

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

Color convert

RGB166178158-
CMYK0.0700.110.30
HSL96º11.49%65.88%-
HSV(B)96º11.24%69.8%-
XYZ37.8242.4238.54-
YUV172.13120.02123.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.07%
GREEN value IS 178 (69.92% from 255) = 35.46%
BLUE value IS 158 (62.11% from 255) = 31.47%
R=33.07%
G=35.46%
B=31.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1661781580.0700.110.309611.4965.88
HexA6B29E70B1E60b42
Octal24626223670133614013102
Binary1010011010110010100111101110101111110110000010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B29E; }

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

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

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

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

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

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

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

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