#A6B79A

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

Shades of Norway #A6B79A

Tints of Norway #A6B79A

Color information

#A6B79A (or 0xA6B79A) is unknown color: approx Norway. HEX triplet: A6, B7 and 9A. RGB value is (166,183,154). Sum of RGB (Red+Green+Blue) = 166+183+154=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B79A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B79A is #594865. Grayscale: #AEAEAE. Windows color (decimal): -5851238 or 10139558. OLE color: 10139558.

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

Color convert

RGB166183154-
CMYK0.0900.160.28
HSL95.17º16.76%66.08%-
HSV(B)95.17º15.85%71.76%-
XYZ38.4944.3137.1-
YUV174.61116.37121.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.00%
GREEN value IS 183 (71.88% from 255) = 36.38%
BLUE value IS 154 (60.55% from 255) = 30.62%
R=33.00%
G=36.38%
B=30.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1661831540.0900.160.2895.1716.7666.08
HexA6B79A90101C5f1142
Octal246267232110203413721102
Binary1010011010110111100110101001010000111001011111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B79A; }

 p { color: rgb(166,183,154); }

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

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

 a { background-color: rgb(166,183,154); }

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

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

 span { border-color: rgb(166,183,154); }

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