#A4B886

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

Shades of Norway #A4B886

Tints of Norway #A4B886

Color information

#A4B886 (or 0xA4B886) is unknown color: approx Norway. HEX triplet: A4, B8 and 86. RGB value is (164,184,134). Sum of RGB (Red+Green+Blue) = 164+184+134=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 134 (52.73% from 255 or 27.80% from 482); Max value from RGB is 184 - color contains mainly: green. Hex color #A4B886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B886 is #5B4779. Grayscale: #ACACAC. Windows color (decimal): -5982074 or 8829092. OLE color: 8829092.

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

Color convert

RGB164184134-
CMYK0.1100.270.28
HSL84º26.04%62.35%-
HSV(B)84º27.17%72.16%-
XYZ36.7543.8929.09-
YUV172.32106.37122.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.02%
GREEN value IS 184 (72.27% from 255) = 38.17%
BLUE value IS 134 (52.73% from 255) = 27.80%
R=34.02%
G=38.17%
B=27.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1641841340.1100.270.288426.0462.35
HexA4B886B01B1C541a3e
Octal24427020613033341243276
Binary101001001011100010000110101101101111100101010011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B886; }

 p { color: rgb(164,184,134); }

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

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

 a { background-color: rgb(164,184,134); }

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

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

 span { border-color: rgb(164,184,134); }

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