#A6B687

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

Shades of Norway #A6B687

Tints of Norway #A6B687

Color information

#A6B687 (or 0xA6B687) is unknown color: approx Norway. HEX triplet: A6, B6 and 87. RGB value is (166,182,135). Sum of RGB (Red+Green+Blue) = 166+182+135=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 182 (71.48% from 255 or 37.68% from 483); Blue value is 135 (53.12% from 255 or 27.95% from 483); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B687 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B687 is #594978. Grayscale: #ACACAC. Windows color (decimal): -5851513 or 8894118. OLE color: 8894118.

HSL color Cylindrical-coordinate representation of color #A6B687: hue angle of 80.43º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6B687 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB166182135-
CMYK0.0900.260.29
HSL80.43º24.35%62.16%-
HSV(B)80.43º25.82%71.37%-
XYZ36.8343.3129.34-
YUV171.86107.2123.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.37%
GREEN value IS 182 (71.48% from 255) = 37.68%
BLUE value IS 135 (53.12% from 255) = 27.95%
R=34.37%
G=37.68%
B=27.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661821350.0900.260.2980.4324.3562.16
HexA6B687901A1D50183e
Octal24626620711032351203076
Binary101001101011011010000111100101101011101101000011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B687; }

 p { color: rgb(166,182,135); }

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

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

 a { background-color: rgb(166,182,135); }

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

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

 span { border-color: rgb(166,182,135); }

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