#A6B48B

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

Shades of Norway #A6B48B

Tints of Norway #A6B48B

Color information

#A6B48B (or 0xA6B48B) is unknown color: approx Norway. HEX triplet: A6, B4 and 8B. RGB value is (166,180,139). Sum of RGB (Red+Green+Blue) = 166+180+139=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B48B is #594B74. Grayscale: #ABABAB. Windows color (decimal): -5852021 or 9155750. OLE color: 9155750.

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

Color convert

RGB166180139-
CMYK0.0800.230.29
HSL80.49º21.47%62.55%-
HSV(B)80.49º22.78%70.59%-
XYZ36.7142.6130.72-
YUV171.14109.86124.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.23%
GREEN value IS 180 (70.70% from 255) = 37.11%
BLUE value IS 139 (54.69% from 255) = 28.66%
R=34.23%
G=37.11%
B=28.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661801390.0800.230.2980.4921.4762.55
HexA6B48B80171D50153f
Octal24626421310027351202577
Binary101001101011010010001011100001011111101101000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B48B; }

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

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

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

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

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

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

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

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