#A5B587

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

Shades of Norway #A5B587

Tints of Norway #A5B587

Color information

#A5B587 (or 0xA5B587) is unknown color: approx Norway. HEX triplet: A5, B5 and 87. RGB value is (165,181,135). Sum of RGB (Red+Green+Blue) = 165+181+135=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 135 (53.12% from 255 or 28.07% from 481); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B587 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B587 is #5A4A78. Grayscale: #ABABAB. Windows color (decimal): -5917305 or 8893861. OLE color: 8893861.

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

Color convert

RGB165181135-
CMYK0.0900.250.29
HSL80.87º23.71%61.96%-
HSV(B)80.87º25.41%70.98%-
XYZ36.4142.829.26-
YUV170.97107.7123.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.30%
GREEN value IS 181 (71.09% from 255) = 37.63%
BLUE value IS 135 (53.12% from 255) = 28.07%
R=34.30%
G=37.63%
B=28.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651811350.0900.250.2980.8723.7161.96
HexA5B58790191D51183e
Octal24526520711031351213076
Binary101001011011010110000111100101100111101101000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B587; }

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

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

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

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

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

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

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

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