#A6B48D

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

Shades of Norway #A6B48D

Tints of Norway #A6B48D

Color information

#A6B48D (or 0xA6B48D) is unknown color: approx Norway. HEX triplet: A6, B4 and 8D. RGB value is (166,180,141). Sum of RGB (Red+Green+Blue) = 166+180+141=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B48D is #594B72. Grayscale: #ABABAB. Windows color (decimal): -5852019 or 9286822. OLE color: 9286822.

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

Color convert

RGB166180141-
CMYK0.0800.220.29
HSL81.54º20.63%62.94%-
HSV(B)81.54º21.67%70.59%-
XYZ36.8542.6731.49-
YUV171.37110.86124.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.09%
GREEN value IS 180 (70.70% from 255) = 36.96%
BLUE value IS 141 (55.47% from 255) = 28.95%
R=34.09%
G=36.96%
B=28.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661801410.0800.220.2981.5420.6362.94
HexA6B48D80161D52153f
Octal24626421510026351222577
Binary101001101011010010001101100001011011101101001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B48D; }

 p { color: rgb(166,180,141); }

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

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

 a { background-color: rgb(166,180,141); }

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

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

 span { border-color: rgb(166,180,141); }

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