#A4B48E

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

Shades of Norway #A4B48E

Tints of Norway #A4B48E

Color information

#A4B48E (or 0xA4B48E) is unknown color: approx Norway. HEX triplet: A4, B4 and 8E. RGB value is (164,180,142). Sum of RGB (Red+Green+Blue) = 164+180+142=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 180 - color contains mainly: green. Hex color #A4B48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B48E is #5B4B71. Grayscale: #ABABAB. Windows color (decimal): -5983090 or 9352356. OLE color: 9352356.

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

Color convert

RGB164180142-
CMYK0.0900.210.29
HSL85.26º20.21%63.14%-
HSV(B)85.26º21.11%70.59%-
XYZ36.5142.4931.87-
YUV170.88111.7123.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.74%
GREEN value IS 180 (70.70% from 255) = 37.04%
BLUE value IS 142 (55.86% from 255) = 29.22%
R=33.74%
G=37.04%
B=29.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641801420.0900.210.2985.2620.2163.14
HexA4B48E90151D55143f
Octal24426421611025351252477
Binary101001001011010010001110100101010111101101010110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B48E; }

 p { color: rgb(164,180,142); }

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

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

 a { background-color: rgb(164,180,142); }

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

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

 span { border-color: rgb(164,180,142); }

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