#A7B49B

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

Shades of Norway #A7B49B

Tints of Norway #A7B49B

Color information

#A7B49B (or 0xA7B49B) is unknown color: approx Norway. HEX triplet: A7, B4 and 9B. RGB value is (167,180,155). Sum of RGB (Red+Green+Blue) = 167+180+155=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 180 - color contains mainly: green. Hex color #A7B49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B49B is #584B64. Grayscale: #ADADAD. Windows color (decimal): -5786469 or 10204327. OLE color: 10204327.

HSL color Cylindrical-coordinate representation of color #A7B49B: hue angle of 91.2º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A7B49B is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB167180155-
CMYK0.0700.140.29
HSL91.2º14.29%65.69%-
HSV(B)91.2º13.89%70.59%-
XYZ38.1743.2237.34-
YUV173.26117.69123.53-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.27%
GREEN value IS 180 (70.70% from 255) = 35.86%
BLUE value IS 155 (60.94% from 255) = 30.88%
R=33.27%
G=35.86%
B=30.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1671801550.0700.140.2991.214.2965.69
HexA7B49B70E1D5be42
Octal24726423370163513316102
Binary1010011110110100100110111110111011101101101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B49B; }

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

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

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

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

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

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

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

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