#A2B685

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

Shades of Norway #A2B685

Tints of Norway #A2B685

Color information

#A2B685 (or 0xA2B685) is unknown color: approx Norway. HEX triplet: A2, B6 and 85. RGB value is (162,182,133). Sum of RGB (Red+Green+Blue) = 162+182+133=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 182 (71.48% from 255 or 38.16% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B685 is #5D497A. Grayscale: #AAAAAA. Windows color (decimal): -6113659 or 8763042. OLE color: 8763042.

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

Color convert

RGB162182133-
CMYK0.1100.270.29
HSL84.49º25.13%61.76%-
HSV(B)84.49º26.92%71.37%-
XYZ35.8642.8328.57-
YUV170.43106.87121.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.96%
GREEN value IS 182 (71.48% from 255) = 38.16%
BLUE value IS 133 (52.34% from 255) = 27.88%
R=33.96%
G=38.16%
B=27.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621821330.1100.270.2984.4925.1361.76
HexA2B685B01B1D54193e
Octal24226620513033351243176
Binary101000101011011010000101101101101111101101010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B685; }

 p { color: rgb(162,182,133); }

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

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

 a { background-color: rgb(162,182,133); }

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

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

 span { border-color: rgb(162,182,133); }

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