#A3B885

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

Shades of Norway #A3B885

Tints of Norway #A3B885

Color information

#A3B885 (or 0xA3B885) is unknown color: approx Norway. HEX triplet: A3, B8 and 85. RGB value is (163,184,133). Sum of RGB (Red+Green+Blue) = 163+184+133=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 184 (72.27% from 255 or 38.33% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 184 - color contains mainly: green. Hex color #A3B885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B885 is #5C477A. Grayscale: #ACACAC. Windows color (decimal): -6047611 or 8763555. OLE color: 8763555.

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

Color convert

RGB163184133-
CMYK0.1100.280.28
HSL84.71º26.42%62.16%-
HSV(B)84.71º27.72%72.16%-
XYZ36.4843.7628.71-
YUV171.91106.04121.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.96%
GREEN value IS 184 (72.27% from 255) = 38.33%
BLUE value IS 133 (52.34% from 255) = 27.71%
R=33.96%
G=38.33%
B=27.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1631841330.1100.280.2884.7126.4262.16
HexA3B885B01C1C551a3e
Octal24327020513034341253276
Binary101000111011100010000101101101110011100101010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B885; }

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

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

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

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

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

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

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

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