#A8B79D

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

Shades of Norway #A8B79D

Tints of Norway #A8B79D

Color information

#A8B79D (or 0xA8B79D) is unknown color: approx Norway. HEX triplet: A8, B7 and 9D. RGB value is (168,183,157). Sum of RGB (Red+Green+Blue) = 168+183+157=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B79D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B79D is #574862. Grayscale: #AFAFAF. Windows color (decimal): -5720163 or 10336168. OLE color: 10336168.

HSL color Cylindrical-coordinate representation of color #A8B79D: hue angle of 94.62º 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 #A8B79D is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB168183157-
CMYK0.0800.140.28
HSL94.62º15.29%66.67%-
HSV(B)94.62º14.21%71.76%-
XYZ39.1744.6338.45-
YUV175.55117.53122.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.07%
GREEN value IS 183 (71.88% from 255) = 36.02%
BLUE value IS 157 (61.72% from 255) = 30.91%
R=33.07%
G=36.02%
B=30.91%

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
Decimal1681831570.0800.140.2894.6215.2966.67
HexA8B79D80E1C5ff43
Octal250267235100163413717103
Binary10101000101101111001110110000111011100101111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B79D; }

 p { color: rgb(168,183,157); }

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

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

 a { background-color: rgb(168,183,157); }

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

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

 span { border-color: rgb(168,183,157); }

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