#A9B79E

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

Shades of Norway #A9B79E

Tints of Norway #A9B79E

Color information

#A9B79E (or 0xA9B79E) is unknown color: approx Norway. HEX triplet: A9, B7 and 9E. RGB value is (169,183,158). Sum of RGB (Red+Green+Blue) = 169+183+158=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 183 - color contains mainly: green. Hex color #A9B79E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B79E is #564861. Grayscale: #B0B0B0. Windows color (decimal): -5654626 or 10401705. OLE color: 10401705.

HSL color Cylindrical-coordinate representation of color #A9B79E: hue angle of 93.6º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A9B79E is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB169183158-
CMYK0.0800.140.28
HSL93.6º14.79%66.86%-
HSV(B)93.6º13.66%71.76%-
XYZ39.4744.7738.91-
YUV175.96117.86123.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.14%
GREEN value IS 183 (71.88% from 255) = 35.88%
BLUE value IS 158 (62.11% from 255) = 30.98%
R=33.14%
G=35.88%
B=30.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1691831580.0800.140.2893.614.7966.86
HexA9B79E80E1C5ef43
Octal251267236100163413617103
Binary10101001101101111001111010000111011100101111011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B79E; }

 p { color: rgb(169,183,158); }

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

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

 a { background-color: rgb(169,183,158); }

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

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

 span { border-color: rgb(169,183,158); }

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