#A7B49E

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

Shades of Norway #A7B49E

Tints of Norway #A7B49E

Color information

#A7B49E (or 0xA7B49E) is unknown color: approx Norway. HEX triplet: A7, B4 and 9E. RGB value is (167,180,158). Sum of RGB (Red+Green+Blue) = 167+180+158=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 180 - color contains mainly: green. Hex color #A7B49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B49E is #584B61. Grayscale: #ADADAD. Windows color (decimal): -5786466 or 10400935. OLE color: 10400935.

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

Color convert

RGB167180158-
CMYK0.0700.120.29
HSL95.45º12.79%66.27%-
HSV(B)95.45º12.22%70.59%-
XYZ38.4343.3338.69-
YUV173.6119.19123.29-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.07%
GREEN value IS 180 (70.70% from 255) = 35.64%
BLUE value IS 158 (62.11% from 255) = 31.29%
R=33.07%
G=35.64%
B=31.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1671801580.0700.120.2995.4512.7966.27
HexA7B49E70C1D5fd42
Octal24726423670143513715102
Binary1010011110110100100111101110110011101101111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B49E; }

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

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

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

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

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

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

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

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