#A6B39A

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

Shades of Norway #A6B39A

Tints of Norway #A6B39A

Color information

#A6B39A (or 0xA6B39A) is unknown color: approx Norway. HEX triplet: A6, B3 and 9A. RGB value is (166,179,154). Sum of RGB (Red+Green+Blue) = 166+179+154=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B39A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B39A is #594C65. Grayscale: #ACACAC. Windows color (decimal): -5852262 or 10138534. OLE color: 10138534.

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

Color convert

RGB166179154-
CMYK0.0700.140.30
HSL91.2º14.12%65.29%-
HSV(B)91.2º13.97%70.2%-
XYZ37.6842.6836.82-
YUV172.26117.69123.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.27%
GREEN value IS 179 (70.31% from 255) = 35.87%
BLUE value IS 154 (60.55% from 255) = 30.86%
R=33.27%
G=35.87%
B=30.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1661791540.0700.140.3091.214.1265.29
HexA6B39A70E1E5be41
Octal24626323270163613316101
Binary1010011010110011100110101110111011110101101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B39A; }

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

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

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

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

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

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

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

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