#A0B48D

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

Shades of Norway #A0B48D

Tints of Norway #A0B48D

Color information

#A0B48D (or 0xA0B48D) is unknown color: approx Norway. HEX triplet: A0, B4 and 8D. RGB value is (160,180,141). Sum of RGB (Red+Green+Blue) = 160+180+141=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B48D is #5F4B72. Grayscale: #A9A9A9. Windows color (decimal): -6245235 or 9286816. OLE color: 9286816.

HSL color Cylindrical-coordinate representation of color #A0B48D: hue angle of 90.77º 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 #A0B48D is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB160180141-
CMYK0.1100.220.29
HSL90.77º20.63%62.94%-
HSV(B)90.77º21.67%70.59%-
XYZ35.6342.0431.44-
YUV169.57111.87121.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.26%
GREEN value IS 180 (70.70% from 255) = 37.42%
BLUE value IS 141 (55.47% from 255) = 29.31%
R=33.26%
G=37.42%
B=29.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601801410.1100.220.2990.7720.6362.94
HexA0B48DB0161D5b153f
Octal24026421513026351332577
Binary101000001011010010001101101101011011101101101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B48D; }

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

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

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

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

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

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

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

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