#A7B48F

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

Shades of Norway #A7B48F

Tints of Norway #A7B48F

Color information

#A7B48F (or 0xA7B48F) is unknown color: approx Norway. HEX triplet: A7, B4 and 8F. RGB value is (167,180,143). Sum of RGB (Red+Green+Blue) = 167+180+143=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 180 - color contains mainly: green. Hex color #A7B48F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B48F is #584B70. Grayscale: #ACACAC. Windows color (decimal): -5786481 or 9417895. OLE color: 9417895.

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

Color convert

RGB167180143-
CMYK0.0700.210.29
HSL81.08º19.79%63.33%-
HSV(B)81.08º20.56%70.59%-
XYZ37.2242.8432.29-
YUV171.9111.69124.51-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.08%
GREEN value IS 180 (70.70% from 255) = 36.73%
BLUE value IS 143 (56.25% from 255) = 29.18%
R=34.08%
G=36.73%
B=29.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1671801430.0700.210.2981.0819.7963.33
HexA7B48F70151D51143f
Octal2472642177025351212477
Binary10100111101101001000111111101010111101101000110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B48F; }

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

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

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

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

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

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

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

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