#A5B586

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

Shades of Norway #A5B586

Tints of Norway #A5B586

Color information

#A5B586 (or 0xA5B586) is unknown color: approx Norway. HEX triplet: A5, B5 and 86. RGB value is (165,181,134). Sum of RGB (Red+Green+Blue) = 165+181+134=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 181 (71.09% from 255 or 37.71% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B586 is #5A4A79. Grayscale: #ABABAB. Windows color (decimal): -5917306 or 8828325. OLE color: 8828325.

HSL color Cylindrical-coordinate representation of color #A5B586: 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 #A5B586 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB165181134-
CMYK0.0900.260.29
HSL80.43º24.1%61.76%-
HSV(B)80.43º25.97%70.98%-
XYZ36.3442.7728.89-
YUV170.86107.2123.82-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.38%
GREEN value IS 181 (71.09% from 255) = 37.71%
BLUE value IS 134 (52.73% from 255) = 27.92%
R=34.38%
G=37.71%
B=27.92%

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
Decimal1651811340.0900.260.2980.4324.161.76
HexA5B586901A1D50183e
Octal24526520611032351203076
Binary101001011011010110000110100101101011101101000011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B586; }

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

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

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

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

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

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

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

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