#A8B79C

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

Shades of Norway #A8B79C

Tints of Norway #A8B79C

Color information

#A8B79C (or 0xA8B79C) is unknown color: approx Norway. HEX triplet: A8, B7 and 9C. RGB value is (168,183,156). Sum of RGB (Red+Green+Blue) = 168+183+156=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B79C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B79C is #574863. Grayscale: #AFAFAF. Windows color (decimal): -5720164 or 10270632. OLE color: 10270632.

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

Color convert

RGB168183156-
CMYK0.0800.150.28
HSL93.33º15.79%66.47%-
HSV(B)93.33º14.75%71.76%-
XYZ39.0844.5938-
YUV175.44117.03122.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.14%
GREEN value IS 183 (71.88% from 255) = 36.09%
BLUE value IS 156 (61.33% from 255) = 30.77%
R=33.14%
G=36.09%
B=30.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1681831560.0800.150.2893.3315.7966.47
HexA8B79C80F1C5d1042
Octal250267234100173413520102
Binary101010001011011110011100100001111111001011101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B79C; }

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

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

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

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

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

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

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

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