#A3B585

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

Shades of Norway #A3B585

Tints of Norway #A3B585

Color information

#A3B585 (or 0xA3B585) is unknown color: approx Norway. HEX triplet: A3, B5 and 85. RGB value is (163,181,133). Sum of RGB (Red+Green+Blue) = 163+181+133=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 181 (71.09% from 255 or 37.95% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B585 is #5C4A7A. Grayscale: #AAAAAA. Windows color (decimal): -6048379 or 8762787. OLE color: 8762787.

HSL color Cylindrical-coordinate representation of color #A3B585: hue angle of 82.5º degrees, saturation: 0.24, 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 #A3B585 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB163181133-
CMYK0.1000.270.29
HSL82.5º24.49%61.57%-
HSV(B)82.5º26.52%70.98%-
XYZ35.8642.5328.51-
YUV170.15107.04122.9-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.17%
GREEN value IS 181 (71.09% from 255) = 37.95%
BLUE value IS 133 (52.34% from 255) = 27.88%
R=34.17%
G=37.95%
B=27.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631811330.1000.270.2982.524.4961.57
HexA3B585A01B1D52183e
Octal24326520512033351223076
Binary101000111011010110000101101001101111101101001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B585; }

 p { color: rgb(163,181,133); }

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

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

 a { background-color: rgb(163,181,133); }

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

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

 span { border-color: rgb(163,181,133); }

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