#A7B29E

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

Shades of Norway #A7B29E

Tints of Norway #A7B29E

Color information

#A7B29E (or 0xA7B29E) is unknown color: approx Norway. HEX triplet: A7, B2 and 9E. RGB value is (167,178,158). Sum of RGB (Red+Green+Blue) = 167+178+158=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 178 - color contains mainly: green. Hex color #A7B29E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B29E is #584D61. Grayscale: #ACACAC. Windows color (decimal): -5786978 or 10400423. OLE color: 10400423.

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

Color convert

RGB167178158-
CMYK0.0600.110.30
HSL93º11.49%65.88%-
HSV(B)93º11.24%69.8%-
XYZ38.0342.5238.55-
YUV172.43119.86124.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.20%
GREEN value IS 178 (69.92% from 255) = 35.39%
BLUE value IS 158 (62.11% from 255) = 31.41%
R=33.20%
G=35.39%
B=31.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1671781580.0600.110.309311.4965.88
HexA7B29E60B1E5db42
Octal24726223660133613513102
Binary1010011110110010100111101100101111110101110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B29E; }

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

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

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

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

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

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

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

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