#A5B986

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

Shades of Norway #A5B986

Tints of Norway #A5B986

Color information

#A5B986 (or 0xA5B986) is unknown color: approx Norway. HEX triplet: A5, B9 and 86. RGB value is (165,185,134). Sum of RGB (Red+Green+Blue) = 165+185+134=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B986 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B986 is #5A4679. Grayscale: #ADADAD. Windows color (decimal): -5916282 or 8829349. OLE color: 8829349.

HSL color Cylindrical-coordinate representation of color #A5B986: hue angle of 83.53º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5B986 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB165185134-
CMYK0.1100.280.27
HSL83.53º26.7%62.55%-
HSV(B)83.53º27.57%72.55%-
XYZ37.1744.4229.17-
YUV173.21105.87122.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.09%
GREEN value IS 185 (72.66% from 255) = 38.22%
BLUE value IS 134 (52.73% from 255) = 27.69%
R=34.09%
G=38.22%
B=27.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651851340.1100.280.2783.5326.762.55
HexA5B986B01C1B541b3f
Octal24527120613034331243377
Binary101001011011100110000110101101110011011101010011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B986; }

 p { color: rgb(165,185,134); }

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

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

 a { background-color: rgb(165,185,134); }

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

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

 span { border-color: rgb(165,185,134); }

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