#A4B48F

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

Shades of Norway #A4B48F

Tints of Norway #A4B48F

Color information

#A4B48F (or 0xA4B48F) is unknown color: approx Norway. HEX triplet: A4, B4 and 8F. RGB value is (164,180,143). Sum of RGB (Red+Green+Blue) = 164+180+143=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 143 (56.25% from 255 or 29.36% from 487); Max value from RGB is 180 - color contains mainly: green. Hex color #A4B48F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B48F is #5B4B70. Grayscale: #ABABAB. Windows color (decimal): -5983089 or 9417892. OLE color: 9417892.

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

Color convert

RGB164180143-
CMYK0.0900.210.29
HSL85.95º19.79%63.33%-
HSV(B)85.95º20.56%70.59%-
XYZ36.5942.5232.26-
YUV171112.2123.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.68%
GREEN value IS 180 (70.70% from 255) = 36.96%
BLUE value IS 143 (56.25% from 255) = 29.36%
R=33.68%
G=36.96%
B=29.36%

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
Decimal1641801430.0900.210.2985.9519.7963.33
HexA4B48F90151D56143f
Octal24426421711025351262477
Binary101001001011010010001111100101010111101101011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B48F; }

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

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

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

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

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

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

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

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