#A6B29D

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

Shades of Norway #A6B29D

Tints of Norway #A6B29D

Color information

#A6B29D (or 0xA6B29D) is unknown color: approx Norway. HEX triplet: A6, B2 and 9D. RGB value is (166,178,157). Sum of RGB (Red+Green+Blue) = 166+178+157=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B29D is #594D62. Grayscale: #ACACAC. Windows color (decimal): -5852515 or 10334886. OLE color: 10334886.

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

Color convert

RGB166178157-
CMYK0.0700.120.30
HSL94.29º12%65.69%-
HSV(B)94.29º11.8%69.8%-
XYZ37.7342.3838.09-
YUV172.02119.52123.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.13%
GREEN value IS 178 (69.92% from 255) = 35.53%
BLUE value IS 157 (61.72% from 255) = 31.34%
R=33.13%
G=35.53%
B=31.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1661781570.0700.120.3094.291265.69
HexA6B29D70C1E5ec42
Octal24626223570143613614102
Binary1010011010110010100111011110110011110101111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B29D; }

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

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

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

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

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

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

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

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