#A4B48B

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

Shades of Norway #A4B48B

Tints of Norway #A4B48B

Color information

#A4B48B (or 0xA4B48B) is unknown color: approx Norway. HEX triplet: A4, B4 and 8B. RGB value is (164,180,139). Sum of RGB (Red+Green+Blue) = 164+180+139=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 180 - color contains mainly: green. Hex color #A4B48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B48B is #5B4B74. Grayscale: #AAAAAA. Windows color (decimal): -5983093 or 9155748. OLE color: 9155748.

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

Color convert

RGB164180139-
CMYK0.0900.230.29
HSL83.41º21.47%62.55%-
HSV(B)83.41º22.78%70.59%-
XYZ36.2942.430.7-
YUV170.54110.2123.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.95%
GREEN value IS 180 (70.70% from 255) = 37.27%
BLUE value IS 139 (54.69% from 255) = 28.78%
R=33.95%
G=37.27%
B=28.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641801390.0900.230.2983.4121.4762.55
HexA4B48B90171D53153f
Octal24426421311027351232577
Binary101001001011010010001011100101011111101101001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B48B; }

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

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

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

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

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

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

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

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