#A7B39D

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

Shades of Norway #A7B39D

Tints of Norway #A7B39D

Color information

#A7B39D (or 0xA7B39D) is unknown color: approx Norway. HEX triplet: A7, B3 and 9D. RGB value is (167,179,157). Sum of RGB (Red+Green+Blue) = 167+179+157=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 179 - color contains mainly: green. Hex color #A7B39D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B39D is #584C62. Grayscale: #ACACAC. Windows color (decimal): -5786723 or 10335143. OLE color: 10335143.

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

Color convert

RGB167179157-
CMYK0.0700.120.30
HSL92.73º12.64%65.88%-
HSV(B)92.73º12.29%70.2%-
XYZ38.1442.8938.17-
YUV172.9119.02123.79-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.20%
GREEN value IS 179 (70.31% from 255) = 35.59%
BLUE value IS 157 (61.72% from 255) = 31.21%
R=33.20%
G=35.59%
B=31.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1671791570.0700.120.3092.7312.6465.88
HexA7B39D70C1E5dd42
Octal24726323570143613515102
Binary1010011110110011100111011110110011110101110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B39D; }

 p { color: rgb(167,179,157); }

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

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

 a { background-color: rgb(167,179,157); }

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

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

 span { border-color: rgb(167,179,157); }

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